We will now use rustscan, which is a tool built on rust programming language, and is a very fast scanner. It still uses nmap but will easily scan all ports quickly and provide you data quickly on a time sensitive engagement. This is also useful for finding services that are hidden on uncommon ports.
Key Features:
- Speed: RustScan can scan all 65,535 ports in seconds.
- Integration: Seamlessly integrates with nmap to perform detailed scans on identified open ports.
- Ease of Use: Simple and intuitive command-line interface.
Run the following command to scan all ports. The output should be similar to nmap albeit faster.
rustscan -a 192.168.100.12 --ulimit 5000 --range 1-65535 -- -sVC -Pn

NOTE: You will get the same results as an nmap scan, but with faster results – see below for the continuation of the above scan. There will be a long list of results and we recommend going through them for a thorough enumeration.

