๐Ÿ•ธ๏ธ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