Skip to content

Instantly share code, notes, and snippets.

@ChiChou
Last active August 29, 2015 14:07
Show Gist options
  • Save ChiChou/6d19cf578eec1730beac to your computer and use it in GitHub Desktop.
Save ChiChou/6d19cf578eec1730beac to your computer and use it in GitHub Desktop.
Find out what Applications are supported by nmap.
cat nmap-service-probes|\
grep -o ' p\/[A-Za-z 0-9]*\/'|\
sort|\
uniq -ic|\
sed "s/\/$//"|sed "s/^ p\///"
cat nmap-os-db|\
grep -E "Fingerprint[[:space:]]"|\
sort|\
uniq -ic|\
sed "s/^Fingerprint //"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment