Skip to content

Lucy - The bash script which installs and runs the Fluxion tool inside Termux. The wireless security auditing tool used to perform attacks such as WPA/WPA2 cracking and MITM attacks.

License

Notifications You must be signed in to change notification settings

TadashiJei/Lucy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🔒 Lucy 🔒

This Bash script installs and runs the Lucy tool, a wireless security auditing tool used to perform attacks such as WPA/WPA2 cracking and MITM attacks.

LOGO LOGO GPLv3 License

📋 Requirements :

  • A device running Termux (latest Lucy Release only supports ARM64 (64bit)
  • Internet connection

💻 Usage

Clone this repository or download and extract the script file Open the terminal and navigate to the script directory.

git clone https://github.com/TadashiJei/Lucy.git

Run the script with the following command:

./lucy_installer.sh

The script will install all necessary dependencies, download and install the Fluxion tool, and start the Fluxion tool. (Ubuntu chroot)

📖 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 luring 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.

👥 Credits

  • Original script by Tadashi_Jei
  • Maintained by Lucyfer

⚠️ Disclaimer

This script is intended for educational purposes only. The use of this script for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state, and federal laws. The authors of this script assume no liability and are not responsible for any misuse or damage caused by this script.

About

Lucy - The bash script which installs and runs the Fluxion tool inside Termux. The wireless security auditing tool used to perform attacks such as WPA/WPA2 cracking and MITM attacks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages