-
Notifications
You must be signed in to change notification settings - Fork 58
Home
DigitalAftermath edited this page May 21, 2018
·
10 revisions
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.
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"