Difference between revisions of "Enumeration"

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

Revision as of 13:29, 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