PHP deserialization
Running above snippet in interactive php shell php -a
would generate payload (URL encoded variable) that can be passed as GET variable.
e.g:
More about PHP Object Injection, PHP Deserialization.
Last updated
Running above snippet in interactive php shell php -a
would generate payload (URL encoded variable) that can be passed as GET variable.
e.g:
More about PHP Object Injection, PHP Deserialization.
Last updated