Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

how to decode?

$
0
0
How to decode files like
<?php $Q7F2BB82F4EA8297B56517527E983EEA2="some string";eval(base64_decode(gzuncompress(base64_decode($Q7F2BB82F4EA8297B56517527E983EEA2 )))); ?>
to decode i changed "eval" to "$val = " and then use this
<?php $Q7F2BB82F4EA8297B56517527E983EEA2="some string";$val = (base64_decode(gzuncompress(base64_decode($Q7F2BB82F4EA8297B56517527E983EEA2 ))));
preg_match("~\"(.+)"~i",$val,$master_land_net);
$val = (base64_decode(gzuncompress(base64_decode($master_land_net[1]))));
preg_match("~\"(.+)"~i",$val,$master_land_net);
$val = (base64_decode(gzuncompress(base64_decode($master_land_net[1]))));
echo "<textarea>".htmlentities($val)."</textarea>"; ?>
to get decoded text. But i got an error Parse error: syntax error, unexpected '(' in /home/xxx/public_html/xxx.php on line 5

Viewing all articles
Browse latest Browse all 51036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>