A concurrent SSH brute force tool written in Go.
- Remaining time is if all IPs timeout!
- Multi-threaded SSH connection attempts
- Configurable timeout and concurrency settings
- Support for custom wordlists (usernames, passwords, IPs)
- Real-time progress monitoring
- Saves successful logins to
vuln.txt
- Build the project:
make build
- Run the tool:
make run
- When prompted, enter:
Path to usernames file (default: usernames.txt) Path to passwords file (default: passwords.txt) Path to IPs file (default: ips.txt) Timeout in seconds (default: 5) Number of concurrent connections (default: 1000)
- Go 1.22 or higher
- Make
This project is open source and available under the MIT License.
Created by de1v (https://github.com/mrde1v)