We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73904c commit 44504fcCopy full SHA for 44504fc
1 file changed
autosploit.py
@@ -411,7 +411,8 @@ def main():
411
412
path = os.path.abspath("api.p")
413
print "[" + t.green("+") + "]\nYour API key has been saved to " + path
414
-
+
415
+ main()
416
else:
417
try:
418
SHODAN_API_KEY = pickle.load(open( "api.p", "rb" ))
@@ -422,4 +423,4 @@ def main():
422
423
424
print "\n[" + t.green("+") + "]Your API key was loaded from " + path
425
- main()
426
0 commit comments