Skip to content

annithehunter/ssh-brute-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages