Skip to content

Instantly share code, notes, and snippets.

@haryx8
Last active February 20, 2019 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haryx8/0ac917c80d717c72f3f7636b35f4d53b to your computer and use it in GitHub Desktop.
Save haryx8/0ac917c80d717c72f3f7636b35f4d53b to your computer and use it in GitHub Desktop.
nmap_scanning.sh
nmap -Pn --script vuln fqdn
nmap --script ssl-cert,ssl-enum-ciphers -p 443 fqdn
nmap --script "mysql-*" fqdn
nmap --script "http-*" fqdn
nmap -Pn --script vuln fqdn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment