Skip to content

A keylogger (malware and server) that sends encrypted network traffic via a Double Ratchet encryption mechanism.

Notifications You must be signed in to change notification settings

hectorpadin1/DR-Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Ciphered KeyLogger Server-Client

This project contains one keylogger using only HTTP requests.

🔨 Project Structure

The project is structured in the following way:

ciphered-keylogger.git
├── logs                # Directory where all clients keystrokes are stored
├── double_ratchet.py   # Double Ratchet encryption mechanism implementation
├── http_server.py      # Server python script to receive keystrokes
├── auth                # Endpoint for getting servers public key
├── login               # Endpoint for pair Double Ratchet session
├── logout              # Endpoint for disconnection
├── home                # Endpoint for sending keystrokes
├── keylogger.py        # Client python script to send keystrokes to the server
└── README.md

🔧 How to use

About

A keylogger (malware and server) that sends encrypted network traffic via a Double Ratchet encryption mechanism.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published