RustScan

rustscan -a www.geeksforgeeks.org

rustscan -a www.geeksforgeeks.org -p 443,80,121,65535

rustscan -a www.geeksforgeeks.org --range 1-1000

rustscan --ulimit=5000 --range=1-25570 -a 10.129.22.131 -- -sV -sC -A

SERVICES DISCOVERY TCP [MANUAL WAY]

rustscan --accessible -t 5000 -b 1000 --scan-order "Random" -a 10.13.37.15 -- -n -A -Pn -script discovery,vuln --append-output -oA nmap10.13.37.15

[timeout 5 sec/-b speed up /random ports/-n dont do dns resolution/-A enables aggressive scanning/-Pn not to do host discovery /--appent.. output in a file if exist it will add if not it will create new]

SERVICES DISCOVERY UDP [MANUAL WAY]

nmap -sU 10.13.37.15 -A -Pn --script discovery,vuln --apend-output -oA udp_scan 

Last updated