Skip to content

Commit 23bf6f8

Browse files
author
Michael Skelton
committed
Minor refactoring to line formatting
1 parent 7672742 commit 23bf6f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

VHostScan.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ def main():
2929
print("[!] Wordlist %s doesn't exist, ending scan." % arguments.wordlistt)
3030
sys.exit()
3131

32-
print("[+] Starting virtual host scan for %s using port %s and wordlist %s" % (arguments.target_hosts, str(arguments.port), arguments.wordlist))
32+
print("[+] Starting virtual host scan for %s using port %s and wordlist %s" % (arguments.target_hosts,
33+
str(arguments.port),
34+
arguments.wordlist))
3335

3436
if(arguments.ssl):
3537
print("[>] SSL flag set, sending all results over HTTPS")

0 commit comments

Comments
 (0)