Reconnaissance/Enumeration
1
Basic manual enumeration
1. Source code review
Look for any leaked information: usernames, passwords, credentials, etc.
2. HTTP traffic inspection (BurpSuite)
Intercept all HTTP traffic with BurpSuite
Inspect the traffic and look for any interesting values:
HTTP request/response headers (
Server
,X-xxx
, etc.)Query parameter
Request data
Target -> Sitemap
Last updated