Skip to content

Instantly share code, notes, and snippets.

@0xdreadnaught
Last active February 19, 2020 17:42
Show Gist options
  • Select an option

  • Save 0xdreadnaught/776f44e3ac32672ae82546d359038b12 to your computer and use it in GitHub Desktop.

Select an option

Save 0xdreadnaught/776f44e3ac32672ae82546d359038b12 to your computer and use it in GitHub Desktop.
HTTP Enumeration
Command Question
nikto -h http://<target>:<port>/ Any files or vulns?
curl -v http://<target>/ Any server information in the headers?
dirbuster/gobuster/dirb Any hidden webapps or files?
nmap -sV -A -p<server port> <target> Server version disclosed?
Page Source Able to identify webapp via info in page source?
Burp Any interesting data being passed?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment