Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 29th, 2005, 8:39 AM   #31
Dragoon
Newbie
 
Join Date: Apr 2005
Posts: 2
Rep Power: 0 Dragoon is on a distinguished road
hmm, Where do the key logs get sent too?
Dragoon is offline   Reply With Quote
Old Apr 30th, 2005, 11:33 AM   #32
Xsnidalx
Newbie
 
Join Date: Apr 2005
Posts: 1
Rep Power: 0 Xsnidalx is on a distinguished road
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
Xsnidalx is offline   Reply With Quote
Old Apr 30th, 2005, 1:58 PM   #33
layer
Hobbyist Programmer
 
Join Date: Feb 2005
Posts: 112
Rep Power: 4 layer is on a distinguished road
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();"
layer is offline   Reply With Quote
Old Apr 30th, 2005, 6:05 PM   #34
lepricaun
Hobbyist Programmer
 
lepricaun's Avatar
 
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5 lepricaun is on a distinguished road
Quote:
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();"
the sleep() function is declared in windowsx.h the Sleep() function is declared in windows.h, you can use both it doesn't matter.

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
lepricaun is offline   Reply With Quote
Old Apr 30th, 2005, 6:41 PM   #35
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
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.
bl00dninja is offline   Reply With Quote
Old May 2nd, 2005, 12:06 PM   #36
Dragoon
Newbie
 
Join Date: Apr 2005
Posts: 2
Rep Power: 0 Dragoon is on a distinguished road
hmm, How could i change this so the keylogs get sent too an Email address?
Dragoon is offline   Reply With Quote
Old May 3rd, 2005, 5:33 AM   #37
lepricaun
Hobbyist Programmer
 
lepricaun's Avatar
 
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5 lepricaun is on a distinguished road
Quote:
i couldn't get this to compile under dev-C++ or borland
i have written it in dev-cpp 4.9.9.1 so it should compile without any problems there...

Quote:
hmm, How could i change this so the keylogs get sent too an Email address?
You would need to understand the SMTP protocol and add networking functionality to the program. personally i think the program isn't worth adding this, but hey, if you want then go ahead ;-)

read my tutorial on the SMTP protocol. i'm sure it'll come in handy
__________________
http://www.white-scorpion.nl
lepricaun is offline   Reply With Quote
Old Jun 11th, 2005, 7:35 PM   #38
c0ldshadow
Unverified User
 
c0ldshadow's Avatar
 
Join Date: Jun 2005
Location: NJ
Posts: 23
Rep Power: 0 c0ldshadow is on a distinguished road
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.
c0ldshadow is offline   Reply With Quote
Old Jun 11th, 2005, 9:21 PM   #39
nindoja
Programmer
 
Join Date: Jun 2005
Posts: 92
Rep Power: 4 nindoja is on a distinguished road
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.
nindoja is offline   Reply With Quote
Old Aug 13th, 2006, 8:21 AM   #40
vn_dmd
Newbie
 
Join Date: Aug 2006
Posts: 1
Rep Power: 0 vn_dmd is on a distinguished road
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?
vn_dmd is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:31 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC