mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-01-11 12:35:19 -08:00
Normalize page header for SSTI, SAML, SSI
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Server Side Template Injection - JavaScript
|
||||
|
||||
> Server-Side Template Injection (SSTI) occurs when an attacker can inject malicious code into a server-side template, causing the server to execute arbitrary commands. In the context of JavaScript, SSTI vulnerabilities can arise when using server-side templating engines like Handlebars, EJS, or Pug, where user input is integrated into templates without adequate sanitization.
|
||||
|
||||
|
||||
## Summary
|
||||
|
||||
- [Templating Libraries](#templating-libraries)
|
||||
@@ -10,6 +13,7 @@
|
||||
- [Lodash - Command Execution](#lodash---command-execution)
|
||||
- [References](#references)
|
||||
|
||||
|
||||
## Templating Libraries
|
||||
|
||||
| Template Name | Payload Format |
|
||||
|
||||
Reference in New Issue
Block a user