I'm doing a simple scan of the local network with
nmap -p 5900 --script vnc-brute 192.168.0.0/24 --script-args passdb=/root/Desktop/pass.txt
And due to the volume of IP's it starts getting stuck with NSOCK DEBUG, and the ETA just keeps climbing:
NSOCK DEBUG [17.9320s] nsock_loop(): nsock_loop() started (timeout=50ms). 0 events pending
NSOCK DEBUG [17.9320s] nsock_set_loglevel(): Set log level to FULL DEBUG
Is there anyway to mitigate this so I can complete the scan?