WIFI-BRUTS
Is your feature request related to a problem? Please describe. Many WiFi penetration testing tools lack comprehensive dictionary attack capabilities with user-friendly interfaces. Existing solutions often require complex setup or don't work well on embedded devices like ESP32-based platforms.
Describe the solution you'd like I'd like to see integration of the WiFi Dictionary Bruteforce tool WIFI-Bruts into your project. This tool offers:
- Advanced dictionary attacks with progress tracking
- Multiple password generation methods (birthday-based, custom files)
- Optimized for ESP32/ESP8266 platforms with Marauder firmware
- User-friendly visual interface with menu navigation
- Efficient scanning and target selection
- Real-time attack monitoring
Describe alternatives you've considered
- Manual command-line dictionary attacks (too slow and complex)
- Other WiFi cracking tools (often lack ESP32 optimization)
- Custom scripts (require significant development time)
Additional context The WIFI-BRUTS tool is specifically designed for portable pentesting devices and has been tested on:
- Flipper Zero with ESP32
- Standalone ESP32 devices
- ESP8266 Deauther platforms
Key features that would enhance your project:
- ✅ Ready-to-use JavaScript implementation
- ✅ Support for multiple dictionary formats
- ✅ Visual progress indicators
- ✅ Error handling and user feedback
- ✅ Regular updates and maintenance
Repository: https://github.com/DataSC3/WIFI-BRUTS
This integration would significantly improve the WiFi security testing capabilities of your project while maintaining ease of use for both beginners and advanced users.
The repo has an image with this JavaScript on a StickCplus2 running Bruce.
Isn't it already compatible with Bruce?
Yes, that's right. It would be better if this is added to the base package (JS Interpreter > WIFI-Bruts.js)