sshprank icon indicating copy to clipboard operation
sshprank copied to clipboard

A fast SSH mass-scanner, login cracker and banner grabber tool using the python-masscan and shodan module.

Results 11 sshprank issues
Sort by recently updated
recently updated
newest added

awa@awa:~/sshprank$ sudo ./sshprank.py -m '-p22 --rate=10000 -iL a.txt' -u admin -p admin -x 100 -X 100 -o global.txt __ __ __________/ /_ ____ _________ _____ / /__ / ___/ ___/...

`Get r00t for this option' python3 sshprank.py -m -r

using on linux run this command `python3 sshprank.py -m '-p22,2022 --rate 5000 --source-ip 192.168.13.37 --range 192.168.13.1/24' -p admin`

`./sshprank.py rank -b hosts.txt > sshds2.txt [+] game started [+] cracking single target [+] game over Traceback (most recent call last): File "/root/sshprank/./sshprank.py", line 720, in main(sys.argv[1:]) File "/root/sshprank/./sshprank.py", line...

I'm experimenting with this awesome approach but finding myself always in the same situation. Whenever I use -h and a multiple number of targets I receive "Killed" without further notice...

Hi , I used my own shodan api keys , i got theses in owned 148.244.67.69:22:root:root 78.134.3.86:22:root:root 174.98.52.139:22:root:root 174.98.110.179:22:root:root 171.103.80.7:22:root:root but couldnt connect

Hi again! Let me just say up front that you've done great work with this so far, and I look forward to seeing where this goes. I'm wondering how feasible...

When load a 44k ip list It use 78M ram then finally become around 9x M When using a 1.4M list, ram usage become 200+mb 44k iplist with 52k dict...

First of a loosely-coupled setup.py file. This will enable to publish `sshprank` on PyPI. Fixes #6

For packaging `sshprank` for additional distributions It would be nice to have it available from PyPI or at least be able to do `python3 setup.py install` for the installation. Having...