Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/0n1con3/fluxer
Android SecurityWi-Fi AuditingPhishingWireless SecurityPenetration TestingLearning & Education
GitHub0n1con3/fluxer

FluxER

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

View Repository
6818573 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

🔒 FluxER

Fluxion Easy Runner for Termux

Automated installer and launcher for Fluxion - a wireless security auditing toolkit for WPA/WPA2 testing and network analysis in Termux environments.


Issues Pull Requests License: GPL v3 Version


🎯 Features

  • Automated Setup: One-command installation of Ubuntu (proot) and Fluxion
  • Optimized for Termux: Efficient resource usage and mobile-friendly
  • No Root Required: Works on non-rooted Android devices
  • Smart Package Management: Only installs necessary dependencies
  • Error Handling: Robust installation with detailed progress feedback
  • Storage Efficient: Optional components to minimize space usage

📋 Requirements

Minimum Requirements

  • OS: Termux on Android 9.0+
  • Architecture: ARM64 (64-bit)
  • Storage: ~500MB-1GB free space
  • Internet: Stable connection for downloads
  • Permissions: Storage access (granted during setup)

Recommended

  • Android 9.0 or higher
  • 2GB+ free storage for optimal performance
  • Wi-Fi connection for faster downloads

🚀 Installation

Quick Start

  1. Install Termux from F-Droid (recommended) or GitHub

  2. Update Termux packages:

    root@kitploit:~
    pkg update && pkg upgrade -y
    
  3. Clone the repository:

    root@kitploit:~
    git clone https://github.com/0n1cOn3/FluxER.git
    cd FluxER
    
  4. Make the script executable:

    root@kitploit:~
    chmod +x fluxer.sh
    
  5. Run FluxER:

    root@kitploit:~
    ./fluxer.sh
    

The installer will:

  • Request storage permissions
  • Install required dependencies
  • Download and setup Ubuntu (proot)
  • Install Fluxion and wireless tools
  • Provide launch instructions

💻 Usage

First Launch

After installation completes, start Fluxion with:

root@kitploit:~
cd ~
./start-ubuntu.sh
cd fluxion
./fluxion.sh

Quick Launch (One-liner)

root@kitploit:~
./start-ubuntu.sh -c 'cd fluxion && ./fluxion.sh'

Create an Alias (Optional)

Add to ~/.bashrc for easy access:

root@kitploit:~
echo "alias fluxion='~/start-ubuntu.sh -c \"cd fluxion && ./fluxion.sh\"'" >> ~/.bashrc
source ~/.bashrc

Then simply run: fluxion


🛠️ What Gets Installed

Termux Packages

  • Git, Wget, Curl
  • Proot (for Ubuntu environment)
  • Python 2 & 3 (optional)
  • Figlet (for banners)

Ubuntu Environment

  • Wireless Tools (aircrack-ng, hostapd, etc.)
  • Network utilities (iptables, dsniff)
  • Fluxion framework
  • Optional: reaver, bully, pixiewps, hashcat

🐛 Troubleshooting

Common Issues

Storage permission denied

root@kitploit:~
termux-setup-storage
# Manually grant permission in Android settings if needed

Installation fails

root@kitploit:~
# Clear cache and retry
apt clean
pkg update
./fluxer.sh

Ubuntu environment won't start

root@kitploit:~
# Reinstall proot
pkg reinstall proot

Fluxion not found

root@kitploit:~
# Verify installation
ls ~/fluxion
# If missing, reinstall
rm -rf ~/fluxion
./fluxer.sh

📊 Stargazers Over Time

Stargazers over time


🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

👥 Credits

  • Original Script: MrBlackX/TheMasterCH
  • Current Maintainer: 0n1cOn3
  • Fluxion: FluxionNetwork
  • Ubuntu Script: tuanpham-dev

📜 License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.


⚠️ Legal Disclaimer

🔴 FOR EDUCATIONAL PURPOSES ONLY 🔴

Important Legal Notice:

  • This tool is provided strictly for educational and authorized security testing purposes
  • Unauthorized access to computer networks is illegal under laws including:
    • Computer Fraud and Abuse Act (CFAA) - United States
    • Computer Misuse Act - United Kingdom
    • Similar legislation in other jurisdictions
  • You must have explicit written permission from network owners before testing
  • The authors and contributors assume NO LIABILITY for misuse or damage
  • By using this software, you agree to use it legally and ethically

Users are solely responsible for compliance with all applicable local, state, federal, and international laws.


🛡️ Use Responsibly. Test Ethically. Stay Legal.

If you don't have permission, don't do it.


📞 Support

  • Issues: GitHub Issues

Made with ❤️ for the security research community

Star ⭐ this repository if you find it helpful!

Download Tool