NikosAgiasotis / Java-Keylogger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Java 100.0%