Skip to content

Commit 3e3e86b

Browse files
authored
Fixed VHostScan Output paths
1 parent e1a5025 commit 3e3e86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reconnoitre/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"gobuster -w /usr/share/wordlists/SecLists/Discovery/Web-Content/CGIs.txt -u http://$ip:$port/ -s '200,204,301,307,403,500' -e | tee '$outputdir/$ip_gobuster_cgis.txt'",
2020
"curl -i $ip:$port",
2121
"w3m -dump $ip/robots.txt | tee $outputdir/$ip_robots.txt",
22-
"VHostScan -t $ip -o $outputdir/$ip_vhosts.txt"
22+
"VHostScan -t $ip -oN $outputdir/$ip_vhosts.txt"
2323
]
2424
}
2525
]

0 commit comments

Comments
 (0)