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