ambionics / phpggc

PHPGGC is a library of PHP unserialize() payloads along with a tool to generate them, from command line or programmatically.
https://ambionics.io/blog
Apache License 2.0
3.2k stars 492 forks source link

Use RFC3986-compliant URL-encoding for url and soft encoders #190

Closed swapgs closed 3 months ago

swapgs commented 3 months ago

Fixes #189.

cfreal commented 3 months ago

Thanks!