Skip to content

NetBruter is a network scanning and brute-forcing tool designed to identify open ports on IP addresses, perform geo-location lookups, and attempt to discover valid login credentials. Built with threading for speed, it scans thousands of IPs in seconds, automatically retrieving IP and port information for further brute-force attempts.

License

Notifications You must be signed in to change notification settings

NSM-Barii/NetBruter

Repository files navigation

Welcome to NetBruter!

This program initially started as a project to test the ability to generate theoretical IPs and scan them. After realizing that I could indeed create such IPs, I implemented threading to scan thousands of IPs in just seconds. Once an active IP is found, the program utilizes the ipinfo.io API to retrieve geolocation information.

Following this, the program automatically attempts to brute-force open ports to discover valid credentials. Please note that this tool is still under development, and there is a high likelihood of encountering false positives.

To assist you in identifying valid results, be sure to review:

The verbose output that provides detailed server responses. The Discord webhook notification (which you can enable by configuring line 776).

Looking Ahead:

I’m currently working on a second version of this program to rewrite it in a more clean, modular, and readable way. When I first created this script, I was new to using classes, so the code is not the cleanest. Additionally, the way the program was originally built makes it difficult to add new features and enhancements.

That said, I welcome any and all help to improve this script. Any suggestions, contributions, or feedback are greatly appreciated to help make it cleaner, more efficient, and feature-rich.

About

NetBruter is a network scanning and brute-forcing tool designed to identify open ports on IP addresses, perform geo-location lookups, and attempt to discover valid login credentials. Built with threading for speed, it scans thousands of IPs in seconds, automatically retrieving IP and port information for further brute-force attempts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages