I'm developing a full hotel management system and wants to integrate a module that monitors users activity ON THE PROGRAM ALONE and write to file on exit of the frame
Thanks gurus in da house
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
I'm developing a full hotel management system and wants to integrate a module that monitors users activity ON THE PROGRAM ALONE and write to file on exit of the frame
Thanks gurus in da house
Why code the keylogger in Java? C++ seems better imo. (Go back to hf if you even thought of Vb.Net XD)
Newby to java
If you do not want to have to code your own keylogger, just use these RAT's:
Blackshades - Home (Paid)
DarkComet RAT Official Website (Free)
CyberGate (Paid with trial version)
World Wired Labs Multi platform remote control (Paid with small trial version)
Download | Project Neptune (Free Keylogger)
redpois0n.com | Projects (Free with many other helpful programs)
Newby to java
Thanks guys
I appreciate you concerns
I've never done anything of this sort, but I think that it may be achievable by using an AWTEventListener.
More on the AWTEvent parameter object can be found here. Also check here in the section on "event spying".