houdini
houdini copied to clipboard
Script to bypass WiFi captive portals (e.g. at hotels, cruise ships etc.)
Houdini
A script to bypass a whole bunch of WiFi captive portals (e.g. at hotels, cruise ships etc.)
This is the Houdini of WiFi ;)
Dependencies
Installation
General installation
It's pretty easy! Just execute the following command:
git clone https://github.com/ariakis/houdini/ && cd houdini && bash install
How to use it
Just run houdini with
./houdini {wireless interface name} {target AP name}
For example, if your interface was called wlan0 and you were targeting Free Hotel WiFi, then you would run
./houdini wlan0 'Free Hotel WiFi'
This will start scanning for associated MAC addresses. Once you think there are enough clients in airodump-ng, hit ctrl-c and then each MAC assoctiated to your target will be checked for internet access.
If one of the MACs does have internet access, you'll be asked if you would like to start a hotspot on your device (if you're nice and want to share) or just keep it all for yourself. Mwahahahaa.
If it doesn't work at first, maybe try walking around with your device in order to gain more MAC addresses to check.
That's it. Please forgive ugly code, and enjoy!