Skip to content

dhvakr/Keylogger-In-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.