![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#31 |
|
Newbie
Join Date: Apr 2005
Posts: 2
Rep Power: 0
![]() |
hmm, Where do the key logs get sent too?
|
|
|
|
|
|
#32 |
|
Newbie
Join Date: Apr 2005
Posts: 1
Rep Power: 0
![]() |
Wtf
*P.S. look closely and plus it tells you in the introduction.*
*it's SVCHOST.LOG* *and also, the VK_OEM_PLUS doesn't work, or is in a comment because he hasn't declared it!* :mad: XSNIDALX |
|
|
|
|
|
#33 |
|
Hobbyist Programmer
Join Date: Feb 2005
Posts: 112
Rep Power: 4
![]() |
I'm not sure, maybe C is differen't capital letter wise, but maybe sleep is undeclared because it has to have a capital S... "Sleep();"
|
|
|
|
|
|
#34 | |
|
Hobbyist Programmer
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5
![]() |
Quote:
VK_OEM_PLUS wasn't declared in my header files so i decided to comment it out just as a couple of others to make the program more portable...
__________________
http://www.white-scorpion.nl |
|
|
|
|
|
|
#35 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
i couldn't get this to compile under dev-C++ or borland
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#36 |
|
Newbie
Join Date: Apr 2005
Posts: 2
Rep Power: 0
![]() |
hmm, How could i change this so the keylogs get sent too an Email address?
|
|
|
|
|
|
#37 | ||
|
Hobbyist Programmer
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5
![]() |
Quote:
Quote:
read my tutorial on the SMTP protocol. i'm sure it'll come in handy ![]()
__________________
http://www.white-scorpion.nl |
||
|
|
|
|
|
#38 |
|
Unverified User
Join Date: Jun 2005
Location: NJ
Posts: 23
Rep Power: 0
![]() |
i have a key logger as one of the code examples on my site which uses callbacks and setwindowshookex, etc. it uses pretty much raw winapi and many very different methods as yours...i havent test ur keylogger yet but it looks pretty creative as to how u actually go about logging...
just view teh projects section of my site if you want to see the keylogger tool i made , http://poolghost.com/ you can easily add ability to send email reports, just use chilkat lib 2 from http://chilkatsoft.com. this external lib only works with visual c++ tho. note: keylogger example on site is for c++,not c, & compiles w/ devcpp and visual studio 2k3 prof..
__________________
DeepTide The way is shut. It was made by those who are dead and the Dead keep it. The way is shut. |
|
|
|
|
|
#39 |
|
Programmer
Join Date: Jun 2005
Posts: 92
Rep Power: 4
![]() |
I'm not near a compiler right now, but I searched MSDN for the '+' and '-' codes. Replace VK_OEM_PLUS with VK_ADD and VK_OEM_MINUS with VK_SUBTRACT.
|
|
|
|
|
|
#40 |
|
Newbie
Join Date: Aug 2006
Posts: 1
Rep Power: 0
![]() |
Thank you to 'http://www.white-scorpion.nl '
I can compile your SVCHOST.c and run it OK! But i have some problems when i restart computer. It still runs but cannot catch any keys ! I can see it on Widows Task (Processes). I delete SVCHOST.LOG and run svchost.exe again, it run OK! Could you check it with Windows XP SP2 ? After restart your computer, Can it run correctly? |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|