noptrix / sshprank

A fast SSH mass-scanner, login cracker and banner grabber tool using the python-masscan and shodan module.
http://www.nullsecurity.net/
161 stars 44 forks source link

Problem with shodan #2

Closed Bono2007 closed 4 years ago

Bono2007 commented 4 years ago

Need to change s = opts['sho_opts'].split(':') as 'country:US SSH:1:500' is a problem.

i've changed by ...split('::') so 'country:US SSH::1::500' works.

noptrix commented 4 years ago

@Bono2007 thank you. will change this.

noptrix commented 4 years ago

@Bono2007 i've used ';' instead, jfyi.