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

Update shebang to use env -S #164

Closed swapgs closed 11 months ago

swapgs commented 11 months ago

As described in the coreutils manual, -S is "used to pass multiple arguments on shebang lines". Fixes #163.

cfreal commented 11 months ago

Superb. I'm surprised I didn't check the originally submitted shebang. Hopes this works out now.

Thank you, Thomas!