Fix formatting in README.md for file upload section

This commit is contained in:
SirBroccoli 2025-08-28 11:45:38 +02:00 committed by GitHub
parent 147535f8bf
commit ba87c9a330

View File

@ -212,7 +212,7 @@ Note that **another option** you may be thinking of to bypass this check is to m
## From File upload to other vulnerabilities
- Set **filename** to `../../../tmp/lol.png` and try to achieve a **path traversal`
- Set **filename** to `../../../tmp/lol.png` and try to achieve a **path traversal**
- Set **filename** to `sleep(10)-- -.jpg` and you may be able to achieve a **SQL injection**
- Set **filename** to `<svg onload=alert(document.domain)>` to achieve a XSS
- Set **filename** to `; sleep 10;` to test some command injection (more [command injections tricks here](../command-injection.md))