nmap

Examples

  • nmap -p80 -Pn -iL liste1.txt -oG - | awk '/open/{print $2 " " $3}'
  • nmap -p80 10.167.1.0/24 -oG - | grep open
  • cat gscan.10.130.0.0-16.out | grep 445/open/t | awk '{print $2}' | sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4 > 10.130.0.0-16.cifs
  • nmap -T4 -v -sV -sT -Pn  --reason -O -p1-65535 -oA ip_ranges_result -iL ip-list.txt | tee ip_ranges_result.output

ntp