Enumeration

Revision as of 13:30, 15 May 2018 by Dmina (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Enumeration is a reconnaissance step during which we gather intel on all possible attack vectors.

Enumerating Web

  • Content analysis
    Check content, source code for clues, useful info
    • curl -v <url>
    • nmap scripts (http-*)

Enumerating FTP

<work in progress>