Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.2 KB

File metadata and controls

49 lines (35 loc) · 1.2 KB

SSH Brute Force Script (Python)

A simple Python script that attempts SSH login brute-force attacks using:

  • A target host IP
  • A username
  • A password list

⚠️ This tool is intended strictly for ethical hacking, educational demonstrations, and security testing on systems you own or have explicit permission to audit.
Unauthorized access to systems is illegal. Use responsibly.


🚀 Features

  • Automates SSH login attempts using a password wordlist
  • Uses paramiko & pwntools for SSH connections
  • Graceful handling of connection errors
  • Logs successful login attempts

🛠️ Requirements

  • Python 3.x
  • paramiko & pwn library

Install dependencies:

pip install paramiko
pip install pwntools

📌 Usage

python ssh_brute.py

📜 Disclaimer

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.

🤝 Contributing

Feel free to fork, open issues, or submit pull requests to improve this tool.

⭐ Support

If you found this useful, consider giving the repository a star!