A powerful C# WPF-based tool to perform brute-force attacks against routers and IoT devices using HTTP Basic Authentication. Designed with a clean XAML GUI and real-time logging, this tool is perfect for penetration testers, cybersecurity researchers, or home lab warriors.
- β‘ Brute-force HTTP Basic Auth on router login portals
- π₯οΈ Clean, dark-themed WPF GUI
- π Supports custom wordlists
- π§ Real-time logging of attempts
- β Automatic success detection with popup alert
- .NET Framework 4.7.2 or higher (or .NET 6+ if converted to SDK-style project)
- Visual Studio 2019/2022 or Rider
- Clone or download the repository
- Open the solution in Visual Studio
- Build and run the project
- Enter:
- Target IP address (e.g.,
192.168.1.1
) - Port number (default:
80
) - Username (e.g.,
admin
) - Path to your
.txt
wordlist (1 password per line)
- Target IP address (e.g.,
- Click
Start Attack
and monitor the logs
1234 admin admin123 root password
This tool is intended strictly for educational and authorized penetration testing purposes.
Do not use it against any system without proper legal consent. The author is not responsible for any misuse or damage.
- Developed by dionabazi
- UI crafted with WPF & XAML
- Inspired by ethical hacking and security research
If you like this project, feel free to buy me a coffee!
- Add support for Form-Based login brute force
- Proxy support for anonymity
- Stop / Pause functionality
- Save successful attempts to a file