Fluxion is a remake of linset by vk496 with enhanced functionality.
Go to file
Matias Barcenas ad89264442 Implemented FormatUtils & used for startup banner.
The new horizontal utility utilizes the * token for centering.
* Every field with the token %*s will autofill the remaining space.
* Field tokens may be any valid format specifier, plus the asterisk.
* > Example: printf "%*s %.*s %*d" "col1" "col2" "3.0" (notice asterisk)
* > Example: printf "%*b %s" "\e[1;33mThis is red text\e[0m" "this is not"

Use the new utilities to center the startup banner and other messages.
2017-08-12 15:43:39 -05:00
.github Remove useless banner. 2017-07-26 22:19:27 +03:00
attacks Routing restoration relocation & language auto fix. 2017-08-11 03:29:47 -05:00
docs - Add telekom site 2017-05-01 19:21:23 +02:00
install Update install.sh 2017-08-12 16:29:05 +02:00
language Revert "Starting implementing Leet language (1337)" 2017-08-12 08:36:50 +03:00
lib Implemented FormatUtils & used for startup banner. 2017-08-12 15:43:39 -05:00
locale Introduce end-of-line normalization 2017-07-23 09:18:46 -04:00
logos Fix encoding and permission issues 2017-06-28 15:51:34 +02:00
scripts Introduce end-of-line normalization 2017-07-23 09:18:46 -04:00
.editorconfig Create .editorconfig 2017-07-25 08:55:19 +02:00
.gitattributes Introduce end-of-line normalization 2017-07-23 09:27:32 -04:00
.gitignore set executable bit on scripts https://github.com/FluxionNetwork/fluxion/issues/60 2017-08-12 09:01:35 +03:00
README.md Update README.md 2017-08-12 15:44:38 +02:00
fluxion.sh Implemented FormatUtils & used for startup banner. 2017-08-12 15:43:39 -05:00

README.md

Fluxion is the future of MITM WPA attacks

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.

Router login page

Share your own router page with a simple script

cd scripts
sudo sh router.sh

FAQ

Installation

git clone https://github.com/FluxionNetwork/fluxion.git

Updates

If you want to submit a feature, do so by labeling your issue as an "enhancement" or submit a PR. I don't have enough time to make daily changes to fluxion, sorry.

Included dependency versions

  1. Aircrack : 1:1.2-0~rc4-0parrot0
  2. Lighttpd : 1.439-1
  3. Hostapd : 1:2.3-2.3 If you want to compare this type dpkg -l | grep "name"

📜 Changelog

Fluxion gets weekly updates with new features, improvements and bugfixes. Be sure to check out the changelog here.

:octocat: How to contribute

All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it would be appreciated!

📖 How it works

  • 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

Requirements

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

For development I use vim and tmux. Here are my dotfiles

:octocat: Credits

  1. l3op - contributor
  2. dlinkproto - contributor
  3. vk496 - developer of linset
  4. Derv82 - @Wifite/2
  5. Princeofguilty - @webpages and @buteforce
  6. Photos for wiki @http://www.kalitutorials.net
  7. Ons Ali @wallpaper
  8. PappleTec @sites
  9. MPX4132 - Fluxion V3

Disclaimer

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.