Skip to content

Instantly share code, notes, and snippets.

@jimywork
Last active December 8, 2019 16:04
Show Gist options
  • Save jimywork/e3f1a227896a3c92453fc25590db09b6 to your computer and use it in GitHub Desktop.
Save jimywork/e3f1a227896a3c92453fc25590db09b6 to your computer and use it in GitHub Desktop.
Como criar um script python para encontrar servidores GoIP GSM no Shodan.
if request.status_code == 200 :
print("[+] Default credentials found at {}".format(ip))
print("[+] Saving {}\n".format(ip))
try:
with open("{}".format('logs'), 'a') as logs :
logs.write("{}\n".format(ip))
except Exception as error:
print("{}".format(error))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment