Skip to content

oadtgd/SSHscanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

SSHscanner

botnet scanner written in python

Donate

  • Bitcoin: 1DGyJxWY4AWCbjMQptc3fSkdnf4e71BCX9
  • Ethereum: 0x019e2AC0ffEFD6eC62b464487d2434bc57C6F9ae

SSH scanner which runs a bruteforce attack with known default login credentials

Saves to vuln list

Dependencies: paramiko

Setup(assuming you have a basic understanding of python and linux command line)

Copy SSHScanner.py to any location on your linux file system

pip install paramiko

Usage(from the location of SSHScanner.py)

python SSHScanner.py

threads(integer 1 - 4000) - How many scanning threads to run at once

range(A, B, C) - How many IP octets will be specified

octets(IP octets) - Set default address for the specified octet range

timeout(integer 1 - inf) - Specify wait time for SSH connection

DISCLAIMER

This tool is capable of causing damage to computers, computer networks, and the operators thereof. This tool was created for educational purposes. Illegal use of this tool and its variants is not encouraged by its author. The end-user is solely responsible for any use(legal or illegal) of this tool and/or its variants. By using this tool, you accept the reponsibity of ethical use.

About

botnet scanner written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%