Skip to content

Instantly share code, notes, and snippets.

@Arkango
Created March 16, 2021 18:35
Show Gist options
  • Save Arkango/ab18eb35f33120848581616a15c8b18a to your computer and use it in GitHub Desktop.
Save Arkango/ab18eb35f33120848581616a15c8b18a to your computer and use it in GitHub Desktop.

ports=$(nmap -p- --min-rate=1000 -T4 ip | grep ^[0-9] | cut -d '/' -f 1 | tr '\n' ',' | sed s/,$//) nmap -sC -sV -p$ports ip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment