Wednesday, October 7, 2009

key logger in C++

Now time to do some bad work. Here I will give you the code of a key logger that works fine in windows NT platform. The code is not mine unlike the previous one. The original link is http://www.rohitab.com/discuss/index.php?showtopic=19360.

Before this, read this link to know what this stuff is ???
http://www.amolenuvolette.it/root/kulture/keylogger.txt


Here goes the code...



Compile it in Microsoft Visula Studio 6.0. I don't know if it can be compiled in any other compiler. As you run, it will log all the keys pressed in keys.log file in the same folder in which the executable file is present.You will see the console window as no code added to hide this.

No add some code in the main function to make it invisible...




Now the key logger is ready to run. You want to know how to start this during windows start up..http://packetstormsecurity.org/Win/auto.txt

N.B. This is for educational purpose. If anyone gets busted by using this code, I won't be responsible.

No comments:

Post a Comment