> cat /dev/github | grep security-tools
discovered 03 Aug 2026

SSH-BruteForce

Python ★ 16 via github-topic
→ View on GitHub
SSH Brute-Force is a simple Python script designed for brute-forcing SSH credentials against an OpenSSH server. Its primary use case is for ethical hacking and penetration testing, specifically within environments like HackTheBox. Notable features include the ability to execute commands upon successful authentication and the requirement of the pwntools library, though it is advised that users enhance its functionality to mitigate potential defenses against brute-force attacks.