Loading

keylogger

6 posts / 0 new
Last post
devilsuse's picture
Offline
Joined: 05/08/2009
keylogger

can anybody how to make a keylogger IN JAVA which have follwing properties:-

1. I can be able to load at the start time automatically.

2. It should log the keys independent of the applications used eg it should log keys which r typed either in MS_WORD, notepad, emails ets.... wat i mean is it sholud log ALL KEYBOARD INTERRUPTS...

3. how to make it as a system file . is that i need to set using attrib command or sumthin else.

 

please help me design the code or if u hv one post it here.

Anonymous
THANKS

THANKS

Anonymous
You can't code the whole

You can't code the whole thing in Java but you can implement native code in Java. Search the net for a C++ keylogger and implement it using JNI. If that sounds a bit wasteful (Java is fast but not as fast as native code) do the whole thing in C++. It's really similar to Java and easy to learn plus it's more powerful.

Anonymous
In what universe

In what universe is C++ more powerful than java?

Anonymous
In what universe

if you want to create a simple program....it's good idea to use C++ because it's faster than java...but if u want to build a complex system....java is more powerfull than C++ and other progamming languages...

Anonymous
it is nice thanks

it is nice
thanks

Pages

Add new comment

Filtered HTML

  • You may insert videos with [video:URL]
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <html4strict>, <java>, <javascript>, <mysql>, <php>, <python>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.