ariakis / houdini

Script to bypass WiFi captive portals (e.g. at hotels, cruise ships etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • bash
  • 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!

    About

    Script to bypass WiFi captive portals (e.g. at hotels, cruise ships etc.)

    License:GNU General Public License v3.0


    Languages

    Language:Shell 79.8%Language:Python 20.2%