Fluxion is a remake of linset by vk496 with enhanced functionality.
Go to file
Hritik Vijay f74a6b20d5 Instructions to add language 2017-11-29 20:55:11 +05:30
.github Update ISSUE_TEMPLATE.md 2017-09-10 10:54:53 +02:00
attacks Minor improvements to Handshake Snooper. 2017-11-28 22:46:00 -06:00
language Add sk 2017-11-28 16:09:08 +01:00
lib No user confirmation when installing dependency i.e. fully automated 2017-11-27 13:47:41 +05:30
logos Update logo 2017-08-22 16:13:16 -04:00
scripts Revert "Fixed lib path" 2017-11-28 14:48:44 -06: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 add *.log files to gitignore 2017-08-16 14:22:19 -04:00
.gitmodules Update .gitmodules 2017-08-27 10:37:14 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-10-11 18:09:05 +02:00
CONTRIBUTING.md Instructions to add language 2017-11-29 20:55:11 +05:30
LICENSE Remove useless docs folder 2017-08-16 14:01:38 -04:00
README.md Clarified the disclaimer & how it works sections. 2017-11-28 18:11:10 -06:00
_config.yml Set theme jekyll-theme-hacker 2017-10-28 19:56:33 +02:00
fluxion.sh Check existence of language files 2017-11-29 02:21:33 +05:30

README.md

Fuxion logo

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. Read the FAQ before requesting issues.

Router login page

Share your own router page with a simple script

cd scripts
sudo sh router.sh

Installation

git clone --recursive https://github.com/FluxionNetwork/fluxion.git # Download the latest revision
cd fluxion # Switch to tool's directory
./fluxion.sh # Run fluxion (missing dependencies will be auto-installed)

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'll be appreciated!

📖 How it works

  • Scan for a target wireless network.

  • Launch the Handshake Snooper attack.

  • Capture a handshake (necessary for password verification).

  • Launch Captive Portal attack.

  • Spawns a rogue (fake) AP, imitating the original access point.

  • Spawns a DNS server, redirecting all requests to the attacker's host running the captive portal.

  • Spawns a web server, serving the captive portal which prompts users for their WPA/WPA2 key.

  • Spawns a jammer, deauthenticating all clients from original AP and lureing them to the rogue AP.

  • All authentication attempts at the captive portal are checked against the handshake file captured earlier.

  • The attack will automatically terminate once a correct key has been submitted.

  • The key will be logged and clients will be allowed to reconnect to the target access point.

  • For a guide to the Captive Portal attack, read the Captive Portal attack guide

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

  • Authors do not own the logos under the /attacks/Captive Portal/sites/ directory. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research.

  • The usage of Fluxion for attacking infrastructures without prior mutual consent could be considered an illegal activity, and is highly discouraged by its authors/developers. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program.

Note

  • Beware of sites pretending to be related with the Fluxion Project. These may be delivering malware.

  • Fluxion DOES NOT WORK on Linux Subsystem For Windows 10, because the subsystem doesn't allow access to network interfaces. Any Issue regarding the same would be Closed Immediately