diff --git a/autosploit.py b/autosploit.py index 34c17de..a0cd970 100644 --- a/autosploit.py +++ b/autosploit.py @@ -289,12 +289,11 @@ def targets(clobber=True, hostLimit = -1): print("[{}]I.E. 'IIS' will return a list of IPs belonging to IIS servers.".format( t.green("+"))) - # /TODO: - # fix this, seems to be some issues with it, I could be wrong though while True: query = raw_input("\n<" + t.cyan("PLATFORM") + ">$ ") if query == "": print("[{}]Query cannot be null.".format(t.red("!"))) + else: break print("[{}]Please stand by while results are being collected...\n\n\n".format( diff --git a/censysSearch.py b/censysSearch.py index 14454b3..cd3c8f3 100644 --- a/censysSearch.py +++ b/censysSearch.py @@ -63,8 +63,6 @@ def censysTargets(clobber=True, hostLimit=-1): print("[{}]I.E. 'IIS' will return a list of IPs belonging to IIS servers.".format( t.green("+"))) - # /TODO: - # fix this, seems to be some issues with it, I could be wrong though while True: query = raw_input("\n<" + t.cyan("PLATFORM") + ">$ ") if query == "":