Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php header( "\114\157\143\141\164\x69\157\x6e\x3a\40" . s..
Decoded Output download
<?php
header(
"Location: " .
str_replace(
" ",
"%20",
json_decode(
$this->stream_info[
"stream_source"
],
true
)[0]
)
); ?>
Did this file decode correctly?
Original Code
<?php
header(
"\114\157\143\141\164\x69\157\x6e\x3a\40" .
str_replace(
"\x20",
"\45\62\x30",
json_decode(
$this->stream_info[
"\x73\x74\x72\145\141\x6d\137\x73\157\x75\x72\x63\145"
],
true
)[0]
)
);
Function Calls
None |
Stats
MD5 | 8f08e8c2f2045dd0d8a5ee35c20a7cd5 |
Eval Count | 0 |
Decode Time | 38 ms |