Fluxion 1

Future of MITM WPA attacks

Watchers:
This resource is being watched by 217 members.
  1. Mr. Penguin
    Fluxion is a remake of linset by vk496 with (hopefully) less bugs and more functionality. It's compatible with the latest release of Kali (rolling). The attack is mostly manual, but experimental versions will automatically handle most functionality from the stable releases.



    • Scan the networks.
    • Capture a handshake (can't be used without a valid handshake, it's necessary to verify the password)
    • Use WEB Interface *
    • Launch a FakeAP instance to imitate the original access point
    • Spawns a MDK3 process, which deauthenticates all users connected to the target network, so they can be lured to connect to the FakeAP and enter the WPA password.
    • A fake DNS server is launched in order to capture all DNS requests and redirect them to the host running the script
    • A captive portal is launched in order to serve a page, which prompts the user to enter their WPA password
    • Each submitted password is verified by the handshake captured earlier
    • The attack will automatically terminate, as soon as a correct password is submitted
    "Clients are not automatically connected to the fake access point"

    This is a social engineering attack and it's pointless to drag clients in automatically. The script relies on the fact that a user should be present in order to enter the wireless credentials.
    "There's no Internet connectivity in the fake access point"

    There shouldn't be one. All of the traffic is being sinkholed to the built in captive portal via a fake DNS responder in order to capture the credentials.
    "Fake sites don't work"

    There might be a problem with lighttpd. The experimental version is tested on lighttpd 1.439-1, anything neweer may break functionality. If you have problems, please use the stable version.
    "Experimental menu is not responsive"

    In the experimental version it will automatically check the handshake. I will fix the menu shortly. If you need a GUI, use the stable version (which doesn't automatically control handshakes).
    "I need to sign in (on Android)"

    This is how the script works. The fake captive portal is set up by the script itself to collect the credentials. Don't freak, it's al okay.
    "The MAC address of the fake access point differs from the original"

    The MAC address of the fake access point differs by one octet from the original in order to prevent fluxion deauthenticating clients from itself during the session.

    INSTALL
    Code:
    Select All
    wget https://raw.githubusercontent.com/FluxionNetwork/fluxion/master/install/install.sh && bash install.sh