Difference between revisions of "Enumeration"
m (→Enumerating Web) |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
*:Check content, source code for clues, useful info | *:Check content, source code for clues, useful info | ||
** curl -v <url> | ** curl -v <url> | ||
− | ** nmap scripts (http- | + | ** nmap scripts (http-*) |
== Enumerating FTP == | == Enumerating FTP == | ||
+ | |||
+ | |||
+ | <work in progress> |
Latest revision as of 13:30, 15 May 2018
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>