Skip to content

Commit 90db879

Browse files
author
Michael Skelton
committed
Removed now redundant -o flag. To be replaced with -oN, -oG, -oJ
1 parent 7fc1848 commit 90db879

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

VHostScan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def print_banner():
1515
def main():
1616
parser = ArgumentParser()
1717
parser.add_argument("-t", dest="target_hosts", required=True, help="Set a target range of addresses to target. Ex 10.11.1.1-255" )
18-
parser.add_argument("-o", dest="output_directory", required=True, help="Set the output directory. Ex /root/Documents/labs/")
1918
parser.add_argument("-w", dest="wordlist", required=False, help="Set the wordlist to use for generated commands. Ex /usr/share/wordlist.txt", default="./wordlists/virtual-host-scanning.txt")
2019
parser.add_argument("-p", dest="port", required=False, help="Set the port to use. Leave blank to use discovered ports. Useful to force virtual host scanning on non-standard webserver ports (default 80).", default=80)
2120

0 commit comments

Comments
 (0)