Skip to content

Commit 9754d1c

Browse files
authored
Fix formatting in README.md for file upload section
1 parent 9c0d8a4 commit 9754d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pentesting-web/file-upload/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Note that **another option** you may be thinking of to bypass this check is to m
212212

213213
## From File upload to other vulnerabilities
214214

215-
- Set **filename** to `../../../tmp/lol.png` and try to achieve a **path traversal`
215+
- Set **filename** to `../../../tmp/lol.png` and try to achieve a **path traversal**
216216
- Set **filename** to `sleep(10)-- -.jpg` and you may be able to achieve a **SQL injection**
217217
- Set **filename** to `<svg onload=alert(document.domain)>` to achieve a XSS
218218
- Set **filename** to `; sleep 10;` to test some command injection (more [command injections tricks here](../command-injection.md))

0 commit comments

Comments
 (0)