ronin-rb/ronin-payloads

Add a `php/hex_encode` encoder

Closed this issue · 1 comments

Add a built-in PHP encoder which hex encodes each character of the PHP code and uses eval(hex2bin("...")) to decode and eval the Python code.

eval(hex2bin("..."))

Implemented in 9918409.