![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#21 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
I assume he means "raw" as in "not MFC".
|
|
|
|
|
|
#22 |
|
Newbie
Join Date: Feb 2005
Posts: 1
Rep Power: 0
![]() |
Does anyone know how to program the keylogger to send logs stright to email address?
|
|
|
|
|
|
#23 | |
|
Hobbyist Programmer
|
Quote:
Have the program bind to a port, and listen(); for connect(); from a client. Once it gets an connect(); call from the client, have the keylogger accept(); the connect and send the log files to the client and at the same time clearing it's own files. Then the client can just have the data he recv(); and write it to his own file. I would also like to note to everybody: this program is useless for 'omg h4x0ring' a person or whatever, because it's not initiating a Global hook, which are normally much more efficient for that stuff. If he linked his hook procedure to a seperate DLL and had it called using GetProcAddress(); followed by actually setting a hook with it using SetWindowsHookEx(); then it'd be be better suited for such a situation. Last edited by Mad_guy; Mar 20th, 2005 at 5:03 PM. |
|
|
|
|
|
|
#24 | |
|
Hobbyist Programmer
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5
![]() |
Quote:
one disadvantage from the hook is that keylogger killers can stop it without any problems. it would be best to use a kernel driver if you really want to log without anyone knowing ;-)
__________________
http://www.white-scorpion.nl |
|
|
|
|
|
|
#25 | |
|
Hobbyist Programmer
|
Quote:
Besides, if someone scans for keyloggers, when the program says the keylogging proggie is "OMG HOT GIRL DOWNLOADZ" they'll normally tell the program not to kill it unless it's automated. You always disguise hacking tools has porn: never forget that. |
|
|
|
|
|
|
#26 |
|
Newbie
Join Date: Mar 2005
Posts: 3
Rep Power: 0
![]() |
Ok I tried doing the program in C++ Builder 6 and this is what i got as an errors:
[C++ Warning] KeyLogger.cpp(34): W8004 'create' is assigned a value that is never used [C++ Error] KeyLogger.cpp(41): E2268 Call to undefined function 'sleep' [C++ Warning] KeyLogger.cpp(198): W8066 Unreachable code [C++ Error] KeyLogger.cpp(209): E2451 Undefined symbol 'KEY_QU' [C++ Error] KeyLogger.cpp(209): E2121 Function call missing ) I tried correcting it but nothing...I dont get it please help! Thank you |
|
|
|
|
|
#27 | ||
|
Hobbyist Programmer
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5
![]() |
Quote:
well then my keylogger might be of use to someone (5k1dd13) after all .Quote:
http://www.white-scorpion.nl/programs/programs.html
__________________
http://www.white-scorpion.nl Last edited by lepricaun; Mar 22nd, 2005 at 5:56 AM. |
||
|
|
|
|
|
#28 |
|
Newbie
Join Date: Mar 2005
Posts: 3
Rep Power: 0
![]() |
Sorry about it I was just kind of under the influance of alchohol
when i was doing this. Again sorry about it |
|
|
|
|
|
#29 |
|
Programming Guru
![]() |
lol
dont post and drink, you'll never come out alive. |
|
|
|
|
|
#30 | ||
|
Hobbyist Programmer
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5
![]() |
Quote:
Quote:
__________________
http://www.white-scorpion.nl |
||
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|