⌨️
Penetration testing & ethical hacking concepts
Ctrl
k
Copy
Web Exploitation
Server-Side attacks
Insecure deserialization
Tools
1. PHP Gadget Chain (PHPGGC)
GitHub - ambionics/phpggc: PHPGGC is a library of PHP unserialize() payloads along with a tool to generate them, from command line or programmatically.
GitHub
2. Ysoserial for Java
GitHub - frohoff/ysoserial: A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.
GitHub
Previous
PHP magic methods
Next
Prototype pollution
Last updated
5 months ago
1. PHP Gadget Chain (PHPGGC)
2. Ysoserial for Java