Nmap but beefier and faster

Initial scans are quicker, parsed for targeted probing saving time.

Does much more read here:

Install

wget -qO /tmp/rustscan.zip https://github.com/bee-san/RustScan/releases/latest/download/rustscan.deb.zip && unzip -o /tmp/rustscan.zip -d /tmp && sudo dpkg -i /tmp/rustscan_*.deb && rm /tmp/rustscan.*

Typical Usage

export IP=
rustscan --ulimit 10000 -a $IP -- -sCTV -Pn
	```