Web
Decision Tree: Web Injection Point → What First?
reference
- Recon
- Enumerate
- Foothold
- PrivEsc
- Lateral
- Post-Ex
reached from Web injection point
A parameter reflects or errors on your input: you have a confirmed injection point, a vulnerable parameter. Identify the class, then jump to the working exploitation.
start A confirmed web injection point, a vulnerable parameter
- 1SQL Injection (SQLi) (errors or boolean/time differences? dump the database)
- 2Cross-Site Scripting (XSS) (input reflected into the page? steal sessions)
- 3Command Injection (shell metacharacters change the response? get RCE)
- 4File Inclusion (LFI / RFI) (a file or path parameter? read files, then RCE)
- 5Server-Side Request Forgery (SSRF) (a URL parameter? reach the metadata service)