mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-22 11:43:12 +00:00
Update README.md
This commit is contained in:
parent
c04dd85924
commit
691ac4737f
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
When testing file upload functionalities in a web application, try setting the filename to the following values:
|
||||||
|
|
||||||
```
|
```
|
||||||
- ../../../tmp/lol.png —> for path traversal
|
../../../tmp/lol.png —> for path traversal
|
||||||
- sleep(10)-- -.jpg —> for SQL injection
|
sleep(10)-- -.jpg —> for SQL injection
|
||||||
- <svg onload=alert(document.domain)>.jpg/png —> for XSS
|
<svg onload=alert(document.domain)>.jpg/png —> for XSS
|
||||||
- ; sleep 10; —> for command injections
|
; sleep 10; —> for command injections
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue