Skip to content

NikosAgiasotis/Java-Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Java-Keylogger

🆘 For Educational Purposes Only

📀 What is a keylogger ?

A keylogger is an insidious form of spyware. You enter sensitive data onto your keyboard, believing nobody is watching. In fact, keylogging software is hard at work logging everything that you type. Keyloggers are activity-monitoring software programs that give hackers access to your personal data. The passwords and credit card numbers you type, the webpages you visit – all by logging your keyboard strokes. The software is installed on your computer, and records everything you type. Then it sends this log file to a server, where cybercriminals wait to make use of all this sensitive information.

📚 Library Required

  1. JNativeHook

📄 Sample Output from Keylogger

TIME : 2022/11/25 14:39:33 || KEY PRESSED : P
TIME : 2022/11/25 14:39:34 || KEY PRESSED : A
TIME : 2022/11/25 14:39:34 || KEY PRESSED : S
TIME : 2022/11/25 14:39:35 || KEY PRESSED : S
TIME : 2022/11/25 14:39:36 || KEY PRESSED : Space

Releases

No releases published

Packages

No packages published

Languages