TVT618

Fluxion - The number 1 WiFi Cracking Tool

Apr 29th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. Fluxion is a remake of linset by vk496 with less bugs and enhanced functionality.
  2. See Fluxion site: https://github.com/FluxionNetwork/fluxion
  3.  
  4. Fluxion is the future of MITM WPA attacks
  5. Fluxion is a security auditing and social-engineering research tool. It is a remake of linset by vk496 with (hopefully) less bugs and more functionality. The script attempts to retrieve the WPA/WPA2 key from a target access point by means of a social engineering (phishing) attack. It's compatible with the latest release of Kali (rolling). Fluxion's attacks' setup is mostly manual, but experimental auto-mode handles some of the attacks' setup parameters. Read the FAQ before requesting issues.
  6.  
  7. If you need quick help, fluxion is also avaible on gitter. You can talk with us on Gitter or on Discord.
  8.  
  9. Installation
  10. git clone https://github.com/FluxionNetwork/fluxion (Download Fluxion)
  11. cd fluxion
  12. sudo bash ./fluxion.sh (Run Fluxion)
  13.  
  14. 📜 Changelog: Fluxion gets weekly updates with new features, improvements, and bugfixes. Be sure to check out the changelog here.
  15.  
  16. How to contribute
  17. 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 but please follow the style guide.
  18.  
  19. How it works ?
  20. * Scan for a target wireless network.
  21. * Launch the Handshake Snooper attack.
  22. * Capture a handshake (necessary for password verification).
  23. * Launch Captive Portal attack.
  24. * Spawns a rogue (fake) AP, imitating the original access point.
  25. * Spawns a DNS server, redirecting all requests to the attacker's host running the captive portal.
  26. * Spawns a web server, serving the captive portal which prompts users for their WPA/WPA2 key.
  27. * Spawns a jammer, deauthenticating all clients from original AP and lureing them to the rogue AP.
  28. * All authentication attempts at the captive portal are checked against the handshake file captured earlier.
  29. * The attack will automatically terminate once a correct key has been submitted.
  30. * The key will be logged and clients will be allowed to reconnect to the target access point.
  31. * For a guide to the Captive Portal attack, read the Captive Portal attack guide
  32.  
  33. Requirements
  34. A Linux-based operating system. GitHackTools recommend Parrot Security OS or Kali Linux. Kali Linux & Parrot Security OS support the latest aircrack-ng versions. An external wifi card is recommended.
  35.  
  36. Credits
  37. * l3op - contributor
  38. * dlinkproto - contributor
  39. * vk496 - developer of linset
  40. * Derv82 - @Wifite/2
  41. * Princeofguilty - @webpages and @buteforce
  42. * Photos for wiki @http://www.kalitutorials.net
  43. * Ons Ali @wallpaper
  44. * PappleTec @sites
  45. * MPX4132 - Fluxion V3
  46.  
  47. Disclaimer
  48. Authors do not own the logos under the /attacks/Captive Portal/sites/ directory. Copyright Disclaimer Under Section 107 of the
  49. Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research.
  50.  
  51. 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.
  52.  
  53. Note
  54. * Beware of sites pretending to be related with the Fluxion Project. These may be delivering malware.
  55. * 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
  56.  
  57. Links
  58. * Fluxion website: https://fluxionnetwork.github.io/fluxion/
  59. * Discord: https://discordapp.com/invite/G43gptk
  60. * Gitter: https://gitter.im/FluxionNetwork/Lobby
Add Comment
Please, Sign In to add comment