baph0met

Results 5 issues of baph0met

As already said in the other repository I'm very intrigued by your projects and adding Golang to my skillset now, after getting annoyed with Paramiko in Python. Did you limit...

enhancement

Added a list with a larger collection of Shodan "dorks" for the uber enthusiasts.

Prevent "only one request per second" throttle exception (somehow Shodan considers the reference on the API object as "API call", duh).

Without a failover to prevent false positives, you will get completely unreliable results due to SonicWall etc. Easiest approach: `stdin, stdout, stderr = ssh.exec_command("/sbin/ifconfig") output = stdout.read() if 'inet' in...

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...