Port scanning is a method for finding open ports on a web server. Operating an odd port on the server might occasionally lead to breaches. We can utilize a variety of automated programmes, such as Nmap, Masscan, etc., for port detection. RustScan is the program that promises the quickest result retrieval when compared to Nmap.
A 17-minute Nmap scan might be finished in about 19 seconds by using the utility RustScan. The Rust Scan tool, which was created in that language, is supported by the GitHub platform. It is free to use and open-source to use the RustScan utility. The RustScan tool can scan 65k ports in less than 7–8 seconds, which is faster than other programmes. The application Rust Scan supports IPv6 Version IP.
INSTALLATION PROCEDURE IN KALILINUX
Step 1:
Copy The Below Link and paste into your browser URL field
https://github.com/RustScan/RustScan/releases/download/2.0.1/rustscan_2.0.1_amd64.deb
step 2:
Open Terminal And Move to Download Folder
cd Downloads/
use ‘ls’ command for list the files in that directory
Debian File not in in the writable format.So we need to change the file as writable format.
Step 3:
sudo chmod +x filename
Now You can able to execute the File.
Step 4:
Now you install the Debian package using below command
sudo dpkg -i filename
The package executed without any error.
Step 5 :
If any error will be thrown by the system.
Run This commands:
sudo apt update
sudo apt upgrade
Otherwise you skip this step.
Step 6:
After Installation run the following command for help section
rustscan -h www.example.com
For privacy reason i hide some information.
Different Scanning Commands:
rustscan -a www.example.com -p 443
rustscan -a www.example.com -p 443,80,121,65535
rustscan -a www.example.com — range 1–1000