Skip to content

Threadlinee/Router-Brute-Forcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Router Brute Forcer (C# WPF GUI)

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.


πŸš€ Features

  • ⚑ 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

πŸ“Έ Screenshots

image


πŸ› οΈ Requirements

  • .NET Framework 4.7.2 or higher (or .NET 6+ if converted to SDK-style project)
  • Visual Studio 2019/2022 or Rider

🧾 Usage

  1. Clone or download the repository
  2. Open the solution in Visual Studio
  3. Build and run the project
  4. 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)
  5. Click Start Attack and monitor the logs

πŸ“ Example Wordlist Format

1234 admin admin123 root password


⚠️ Disclaimer

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.


❀️ Credits

  • Developed by dionabazi
  • UI crafted with WPF & XAML
  • Inspired by ethical hacking and security research

β˜• Support Me

If you like this project, feel free to buy me a coffee!

Buy Me a Coffee

πŸ“¦ Future Upgrades

  • Add support for Form-Based login brute force
  • Proxy support for anonymity
  • Stop / Pause functionality
  • Save successful attempts to a file

Releases

No releases published

Packages

No packages published

Languages