Skip to content OPSECTLAS you are here: Web Web Manual Exploration with Burp Suite
reference
- Recon
- Enumerate
- Foothold
- PrivEsc
- Lateral
- Post-Ex
›Burp Setup Checklist
- 01Launch Burp → Proxy → Options → Confirm listener on 127.0.0.1:8080
- 02Browser: set proxy to 127.0.0.1:8080
- 03Import Burp's CA cert into browser (http://burp → CA Certificate)
- 04Enable Intercept → browse every page of the app
- 05Target → Scope → Add http://<TARGET-IP>
- 06Spider (Burp Pro) or manually visit all functionality
›What to Map During Manual Browse
- Every parameter in every form
- URL parameters (
?id=, ?page=, ?file=, ?user=) - Cookies and their values
- API endpoints (
/api/, /v1/, /graphql) - Admin paths (
/admin, /dashboard, /manager, /console) - File upload functionality
- Login forms (SQLi candidates)
- Search boxes (XSS candidates)
- Any error messages (version info, paths, stack traces)