v0idcat / Gridscan

GNU General Public License v3.0
0 stars 0 forks source link

Allow gobuster to run on separate ports other than the normal 80/8080/443. This is incase that HTTP servers are found on non-standard web servers i.e. Webmin. #6

Open v0idcat opened 3 years ago

v0idcat commented 3 years ago

This could either be done manually i.e. allowing the user to set the specified port using the found ports (after displaying all found ports to the user so they could choose), or automatically suggesting a gobuster scan on the found ports by using banner grabbing to filter through "non-web-providing" services, for example non-HTTP/S servers and such. Shouldn't be hard to implement, with a little of data parsing of .nmap quick/full scans, I think.