Update README.md

This commit is contained in:
Xalgord 2021-02-20 15:37:28 +05:30 committed by GitHub
parent c04dd85924
commit 691ac4737f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,8 +198,8 @@ Get the tool here:
When testing file upload functionalities in a web application, try setting the filename to the following values:
```
- ../../../tmp/lol.png —> for path traversal
- sleep(10)-- -.jpg —> for SQL injection
- <svg onload=alert(document.domain)>.jpg/png —> for XSS
- ; sleep 10; —> for command injections
../../../tmp/lol.png —> for path traversal
sleep(10)-- -.jpg —> for SQL injection
<svg onload=alert(document.domain)>.jpg/png —> for XSS
; sleep 10; —> for command injections
```