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.

Results 1 to 5 of 5

Thread: Help with java keylogger

  1. #1
    Junior Member Motion's Avatar
    Join Date
    Jul 2012
    Posts
    21
    My Mood
    Happy
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with java keylogger

    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


  2. #2
    Junior Member Rozyn's Avatar
    Join Date
    Feb 2013
    Location
    Oklahoma
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help with java keylogger

    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

  3. #3
    Junior Member Rozyn's Avatar
    Join Date
    Feb 2013
    Location
    Oklahoma
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help with java keylogger

    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

  4. #4
    Junior Member Motion's Avatar
    Join Date
    Jul 2012
    Posts
    21
    My Mood
    Happy
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help with java keylogger

    Thanks guys
    I appreciate you concerns

  5. #5
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: Help with java keylogger

    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".