Last active
February 19, 2020 17:42
-
-
Save 0xdreadnaught/776f44e3ac32672ae82546d359038b12 to your computer and use it in GitHub Desktop.
HTTP Enumeration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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