We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa31744 commit 8f06dc7Copy full SHA for 8f06dc7
VHostScan.py
@@ -35,6 +35,8 @@ def main():
35
if(arguments.stdin):
36
for line in sys.stdin:
37
wordlist += line
38
+ print("[+] Starting virtual host scan for %s using port %s and stdin data" % (arguments.target_hosts,
39
+ str(arguments.port)))
40
elif(arguments.stdin and arguments.wordlist):
41
if not os.path.exists(arguments.wordlist):
42
print("[!] Wordlist %s doesn't exist and can't be appended to stdin." % arguments.wordlist)
0 commit comments