Saturday 19 September 2015

How to extend the range of WiFi adapter

Hi friends, I feel enormously happy to explain this hack to all of you. Do you know how much is the range of a normal WiFi adapter (Internal / External), it's just a few meters 10-15 mts or for some dongles it may varies between 15-20 mts if nothing comes in between the router and the wireless adapter.

So I have decided to write this blog so that everyone should know how they can increase their WiFi adapter range but unfortunately this hack can't increase the internal WiFi adapter range, this is only for External WiFi adapter. For this hacks you require certain things like:

  • Parabolic Dish (Unused Reliance Dish Antennae)
  • External USB WiFi Adapter (TP Link TL-WN721N)
  • USB extension cable Male to Female (1 to 5 mts)

The basic principle behind this hack is the principle of convergence of waves over a focal point of parabolic dish. You can learn about this in detail from the wiki link. (https://en.wikipedia.org/wiki/Parabolic_reflector)

To calculate the focal point of  the parabolic dish there is a formula, which gives a relationship between the diameter D, the depth d and the focal distance f of the dish.

f = D^2 / 16d

The above formula helps in positioning the feed of the parabolic antennas as it gives the focal distance f.


The focus of this hack is to find the focus of the parabola dish that you have and install your WiFi adapter on that spot. Please see these images how I made it.







You can install it on a camera tripod if u have one or adjust it between AC and the upper wall like me :P



So basically it's an uni directional or Line of Sight Communication system. And you can capture or hack wifi that are very far away from your range just by pointing the setup on the victim site. I can't disclose how many networks I own now :D

Proof Of Concept Screenshots:

Capturing packets through Airodump with WiFi dongle only


Capturing packets through Airodump with WiFi dongle installed in dish antenna, able to find so many distant Wireless signals



If you like my setup please do share it or comment over here.
Happy Hunting !!

Monday 13 July 2015

Find saved wifi password on Android device

Hi Friends.. I am back with a new hack on Android devices. Few of my friends were asking how to find saved wifi password on Android device. So I decided to tell all of you via my blog. This trick will work on any android device with any version.

Whenever we connect to a wireless network and punch in the password. After successful connection we cant find the field where we have typed in the password because it has been stored on a configuration file. But the best part is that it get saved in a non-encrypted plaintext format.

Prerequisite to extract password : You got to have a rooted android device, as we have to search for a file in Root file system. And a good file explorer like ES Explorer.

Open the file explorer and grant the file explorer root privileges. Navigate back to the root directory "/".
Navigate to --> data > misc > wifi.

Open the file wpa_supplicant.conf in any text editor. And voila you can see all of the passwords of your previously connected networks.

network={
ssid="example wpa-psk network"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk="secret passphrase"
}

Or you can also download an app from the link below if you don't want to search manually for it. For running this app you must have root privileges.
http://www.mediafire.com/download/8lm66g3w1dbt3cw/wifi.passwords.apk

Do leave comments and likes for this post if it worked!!