Fluxion is a remake of linset by vk496 with enhanced functionality.
Go to file
MrEnderkiller e4ababc6b7 English translation (#48)
I just quickly translated this error page to English so that it is more plausible.
2016-06-10 11:04:50 +01:00
Sites English translation (#48) 2016-06-10 11:04:50 +01:00
nightly Create flux 2016-03-13 02:42:45 +04:00
old Create flux.old 2016-03-06 20:41:43 +01:00
.gitignore append BullyOutput.txt to gitignore 2016-03-24 02:17:29 +02:00
Installer.sh Update Installer.sh 2016-05-06 14:49:31 +02:00
LICENSE Create LICENSE 2016-03-13 15:53:51 +04:00
README.md Update README.md 2016-05-15 09:59:42 +02:00
airmon fix airmon process parsing 2016-04-30 15:54:00 +03:00
fluxion Fix bug when SSID contains spaces (#42) 2016-05-25 17:47:08 +02:00
wifite.py Added files via upload 2016-04-15 16:25:50 +02:00

README.md

#Fluxion is the future Fluxion is a remake of linset by vk439 with fixed bugs and added features. It's compatible with the latest release of Kali (Rolling)

📜 Changelog

Fluxion gets updated weekly with new features, improvements and bugfixes. Be sure to check out the [Changelog] (https://github.com/deltaxflux/fluxion)

:octocat: How to contribute

All contributions are welcome, from code to documentation to graphics to design suggestions to bug reports. Please use GitHub to its fullest-- contribute Pull Requests, contribute tutorials or other wiki content-- whatever you have to offer, we can use it!

📖 How it works

  • Scan the networks.
  • Capture handshake (can't be used without a valid handshake, it's necessary to verify the password)
  • Use WEB Interface *
  • Launches a FakeAP instance imitating the original access point
  • Spawns a MDK3 processs, which deauthentificates all of the users connected to the target network, so they can be lured to connect to FakeAP network and enter the WPA password.
  • A DHCP server is lainched in FakeAP network
  • A fake DNS server is launched in order to capture all of the 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 against the handshake captured earlier
  • The attack will automatically terminate once correct password is submitted

Requirements

A linux operating system. We recommend Kali Linux 2 or Kali 2016.1 rolling. Kali 2 & 2016 support the latest aircrack-ng versions. A external wifi card is recommended.

💯 Usefull Help / Noobfriendly

How to start a script?

$ sudo ./fluxion

How to change dos2unix²

$ sudo apt-get update
$ sudo apt-get install dos2unix
4 sudo dos2unix fluxion

I can't run my script / My script is not executable

$ sudo chmod +x fluxion

How to clone the git

$ sudo git clone https://www.github.com/deltaxflux/fluxion.git

Syntax error line 52

Open up fluxion with a editor e.g. gedit

$ sudo gedit fluxion

And add this line:

#!/bin/bash

Without spaces, at the top

✳️ Bugs fixed

  • Negative Channel
  • Kali Patch for Kali Patch 2
  • Added airmon
  • Translate DE --> EN
  • Handshake get fixed
  • Check Updates
  • Animations
  • Wifi List Bug

:octocat: Credits

  1. Deltax @FLuX and Fluxion main developer
  2. Strasharo @Fluxion help to fix DHCPD and pyrit problems, spelling mistakes
  3. vk439 @Linset main developer of linset
  4. ApatheticEuphoria @WPS-SLAUGHTER,Bruteforce Script,Help with Fluxion
  5. Derv82 @Wifite/2

Disclaimer

Note: Fluxion is intended to be used for legal security purposes only, and you should only use it to protect networks/hosts you own or have permission to test. Any other use is not the responsibility of the developer(s). Be sure that you understand and are complying with the Fluxion licenses and laws in your area. In other words, don't be stupid, don't be an asshole, and use this tool responsibly and legally.