Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions autosploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 0 additions & 2 deletions censysSearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 == "":
Expand Down