Nested functions combinations
|
This option is only displayed if you have choosen decode method 2:
"Select the nested functions combination and enter scrambled code"
You can select one of the following nested functions combinations:
- eval(gzinflate(base64_decode('Code')))
- eval(gzinflate(str_rot13(base64_decode('Code'))))
- eval(gzinflate(base64_decode(str_rot13('Code'))))
- eval(gzinflate(base64_decode(base64_decode(str_rot13('Code')))))
- eval(gzuncompress(base64_decode('Code')))
- eval(gzuncompress(str_rot13(base64_decode('Code'))))
- eval(gzuncompress(base64_decode(str_rot13('Code'))))
- eval(base64_decode('Code'))
- eval(str_rot13(gzinflate(base64_decode('Code'))))
- eval(gzinflate(base64_decode(strrev(str_rot13('Code')))))
- eval(gzinflate(base64_decode(strrev('Code'))))
- eval(gzinflate(base64_decode(str_rot13('Code'))))
- eval(gzinflate(base64_decode(str_rot13(strrev('Code')))))
- eval(base64_decode(gzuncompress(base64_decode('Code'))))
- eval(gzinflate(base64_decode(rawurldecode('Code'))))
- eval(str_rot13(gzinflate(str_rot13(base64_decode('Code')))))
After you have selected a nested functions combination and entered a scrambled code in the textbox this tool
will insert the scrambled code into the nested functions combination and evaluate the code.
|