Skip to content
DigitalAftermath edited this page May 21, 2018 · 10 revisions

Enumeration Mindmap

Below is a high level mindmap outlining common enumeration utilities to the respective services. The purpose of this document is to inspire/streamline the enumeration process and aid as an introductory means for users new to the pentesting realm.

HTTP/S Services

CeWL - CeWL creates customer wordlists based on a specific URL by crawling the web page and picking relevant words. This can be utilized to assist in bruteforcing web page logins. Example Syntax:

If http:

http://[IP]:[PORT]/ -m 6, "http,https,ssl,soap,http-proxy,http-alt"

If https:

https://[IP]:[PORT]/ -m 6, "http,https,ssl,soap,http-proxy,http-alt"

Clone this wiki locally