Skip to main content

Posts

Showing posts with the label Android

How To Host Onion Service from Android

In most Android mobile network environments the phone will using mobile data or a wifi hotspot. Both of these environments will often prevent users from hosting a server since it is difficult to perform the necessary port forwarding to make packets routable to the service. Onion services solve this problem by using the onion rendezvous protocol . The rendezvous protocol allows an endpoint behind a NAT or firewall to host and advertise services. This type of system is ideal for hosting services on Android since it solves all of the question related to port routing automatically. The only drawback is that it requires users to install a Tor capable browser. This will be less and less of a hurdle as many browsers are integrating Tor capabilities natively , or have announced plans to do so . So… here’s how we set it up. Install UserLAnd for Android For this guide I decided to use UserLAnd as opposed to Termux simply for the ease of use. Termux is ce...

Host Onion Service from Android

In most Android mobile network environments the phone will using mobile data or a wifi hotspot. Both of these environments will often prevent users from hosting a server since it is difficult to perform the necessary port forwarding to make packets routable to the service. Onion services solve this problem by using the onion rendezvous protocol . The rendezvous protocol allows an endpoint behind a NAT or firewall to host and advertise services. This type of system is ideal for hosting services on Android since it solves all of the question related to port routing automatically. The only drawback is that it requires users to install a Tor capable browser. This will be less and less of a hurdle as many browsers are integrating Tor capabilities natively , or have announced plans to do so . So… here’s how we set it up. Install UserLAnd for Android For this guide I decided to use UserLAnd as opposed to Termux simply for the ease of use. Termux is certainly more full...

HOW TO HACK FACEBOOK ACCOUNTS USING KEYLOGGER

HOW TO HACK FACEBOOK ACCOUNTS USING KEYLOGGER STEP 1: Create Server for Hacking Passwords First of all, for hacking any Facebook account password, we have to create our keylogger server that will run on the victim’s machine, capturing his keystrokes and emailing us the record. The keylogger server building process consists of several steps: 1. First of all download the Keylogger and a good binder. Binders are easily available via a Google search.  2. Extract the RAR file. Now you will get one folder and three files. 3. Open the Keylogger file. Here you will need a gmail ID and password. For safer use, create a fake Gmail account. 4. Click on server settings as shown. Here, enter the time at which you want to receive reports; it’s always preferable to use a 20 minute timer for receiving files. Click on the Output box to choose the location of the file and give it a name. We recommend using a system process name to make it undetectable, like svchost, or check any process ...