Skip to content

Instantly share code, notes, and snippets.

@Zobber
Created April 6, 2020 15:37
Show Gist options
  • Save Zobber/aaf448b8bbede7319e63a668b2ce96b6 to your computer and use it in GitHub Desktop.
Save Zobber/aaf448b8bbede7319e63a668b2ce96b6 to your computer and use it in GitHub Desktop.
echo;for cai in $(seq 131 150) ;do sudo nmap -sV -F -v -Pn -n --min-rate 50 192.168.1.$cai -oG - |ag -v 'Status|\#'|sed 's/()/,/;s/Ports://'|sed 's/Ignored.*//'| tr '/' ' '| ... colout ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment