A simple Python script that attempts SSH login brute-force attacks using:
- A target host IP
- A username
- A password list
Unauthorized access to systems is illegal. Use responsibly.
- Automates SSH login attempts using a password wordlist
- Uses
paramiko&pwntoolsfor SSH connections - Graceful handling of connection errors
- Logs successful login attempts
- Python 3.x
paramiko&pwnlibrary
Install dependencies:
pip install paramiko
pip install pwntoolspython ssh_brute.py
This script is created for: Cybersecurity learning Ethical hacking training Penetration testing with permission
I (the developer) am not responsible for any misuse of this code. Always follow legal and ethical guidelines.
Feel free to fork, open issues, or submit pull requests to improve this tool.
If you found this useful, consider giving the repository a star!