Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 729 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 729 Bytes

WP Object Injection Proof of Concept

This is a simple plugin to help in PoC's of PHP Object Injection in Wordpress.

How use

First download the WP-Object-Injection-PoC plugin on your "wp-content/plugin" directory and then activate in your wordpress dashboard.

Now you can easily do the PoC of insecure deserialization without worrying about POP chains.

Payload Example

echo serialize(new OI());
// O:2:"OI":2:{s:3:"fcn";s:6:"system";s:3:"cmd";s:2:"id";}

References