Difference between revisions of "Enumeration"

(Created page with "Enumeration is a reconnaissance step during which we gather intel on all possible attack vectors. == Enumerating Web == == Enumerating FTP ==")
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Enumeration is a reconnaissance step during which we gather intel on all possible attack vectors.  
 
Enumeration is a reconnaissance step during which we gather intel on all possible attack vectors.  
 
== Enumerating Web ==
 
== Enumerating Web ==
 +
* Content analysis
 +
*:Check content, source code for clues, useful info
 +
** curl -v <url>
 +
** 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>