A script to bypass a whole bunch of WiFi captive portals (e.g. at hotels, cruise ships etc.)
This is the Houdini of WiFi ;)
It's pretty easy! Just execute the following command:
git clone https://github.com/ariakis/houdini/ && cd houdini && bash install
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!