Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1 KB

File metadata and controls

21 lines (18 loc) · 1 KB

License: MIT made-with-java JDK Maintenance

Java-Keylogger

A simple keylogger application implemented in Java. It uses Native Hook library to add global listener for key presses.

How to Build and Run Project

TO build project:

mvn package

Run ./target/keylogger-jar-with-dependencies.jar file using command:

java -jar `./target/keylogger-jar-with-dependencies.jar`

The keys will be written in keys.txt file and application logs will reside inside all.log file.

Note

Don't forget to stop the keylogger application after you've done logging.