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 7672742 commit 23bf6f8Copy full SHA for 23bf6f8
VHostScan.py
@@ -29,7 +29,9 @@ def main():
29
print("[!] Wordlist %s doesn't exist, ending scan." % arguments.wordlistt)
30
sys.exit()
31
32
- print("[+] Starting virtual host scan for %s using port %s and wordlist %s" % (arguments.target_hosts, str(arguments.port), arguments.wordlist))
+ print("[+] Starting virtual host scan for %s using port %s and wordlist %s" % (arguments.target_hosts,
33
+ str(arguments.port),
34
+ arguments.wordlist))
35
36
if(arguments.ssl):
37
print("[>] SSL flag set, sending all results over HTTPS")
0 commit comments