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 (Enumerating Web)
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-enum, http-comments-displayer,
 +
 
== Enumerating FTP ==
 
== Enumerating FTP ==

Revision as of 13:28, 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-enum, http-comments-displayer,

Enumerating FTP