sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.82k stars 323 forks source link

Exclude port(s) from being accessed #207

Open pinetest opened 8 months ago

pinetest commented 8 months ago

Is your feature request related to a problem? Please describe. When scanning hosts on an internal subnet, often based on a nmap xml file, there could be printers with open ports. Port 1900 on printers allow for direct printing of the data that is sent. When gowitness is started with nmap & --open it will also try to access port 1900 causing the printer to print out the HTTP requests.

Describe the solution you'd like An option, for example "--exclude-ports", to prevent certain ports to be accessed by the scanner.