Difference between revisions of "Enumeration"
m (Protected "Enumeration" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
m |
||
Line 7: | Line 7: | ||
== Enumerating FTP == | == Enumerating FTP == | ||
+ | |||
+ | |||
+ | <work in progress> |
Latest revision as of 12: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>