๐ธ๏ธNmap
Code
sudo nmap -v -A -iL hosts.txt -oN /<path>/<filename>
-A: a quick enumeration of well-known ports to include web services, domain services, etc
Last updated
Code
sudo nmap -v -A -iL hosts.txt -oN /<path>/<filename>
-A: a quick enumeration of well-known ports to include web services, domain services, etc
Last updated