mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Update formula-doc-latex-injection.md
Added wrapper hint from PayloadsAllTheThings
This commit is contained in:
parent
751055cd29
commit
cf9b008f1b
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ However, there are other ways to execute commands, so to avoid RCE it's very imp
|
|||
|
||||
### Read file <a href="#read-file" id="read-file"></a>
|
||||
|
||||
You might need to adjust injection with wrappers as \[ or $.
|
||||
|
||||
```bash
|
||||
\input{/etc/passwd}
|
||||
\include{password} # load .tex file
|
||||
|
|
Loading…
Reference in a new issue