mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
commit
303110cef4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ If an **error is thrown** it will be quiet easy to figure out that **the server
|
|||
|
||||
#### Detect - Plaintext context
|
||||
|
||||
The given input is being **rendered and reflected** into the response. This is easily **mistaken for a simple** [**XSS**](../xss-cross-site-scripting/) vulnerability, but it's easy to difference if you try set **mathematical operations** within a template expression:
|
||||
The given input is being **rendered and reflected** into the response. This is easily **mistaken for a simple** [**XSS**](../xss-cross-site-scripting/) vulnerability, but it's easy to differentiate if you try to set **mathematical operations** within a template expression:
|
||||
|
||||
```text
|
||||
{{7*7}}
|
||||
|
|
Loading…
Reference in a new issue