Skip to content

allyshka/SSHBruteforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH BruteForcer

Simple multi threaded ssh brute forcer. Using a dictionary attack method.

Install:

For SSH BruteForcer:

apt-get install python-crypto python-paramiko

For against.py:

apt-get install python-crypto python-paramiko python-argparse

Usage:

Single Ip Brute Force:

sshBruteForcer.py -i 127.0.0.1 -p 22 -U usernames.txt -P passwords.txt

Single Ip Brute Force Specifying threads and timeout:

sshBruteForcer.py -i 127.0.0.1 -p 22 -U usernames.txt -P passwords.txt -t 15 -T 30

Multiple Ip Brute Force:

sshBruteForcer.py -I targets.txt -p 22 -U usernames.txt -P passwords.txt -t 15 -T 30

Use the -O flag to specify an output file:

sshBruteForcer.py -I targets.txt -p 22 -U usernames.txt -P passwords.txt -t 15 -T 30 -O output.txt

Example of targets.txt:

127.0.0.1:22
127.0.0.2:23

For educational use only.

About

SSH Bruteforcer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages