Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zorggomat/ducksharp

Multifunctional .NET keylogger
https://github.com/zorggomat/ducksharp

aes aes-256 aes-encryption anti-debug anti-debugging csharp email email-sender hook keylogger keylogging logging visual-studio

Last synced: about 2 months ago
JSON representation

Multifunctional .NET keylogger

Awesome Lists containing this project

README

        

# DuckSharp
This is multifunctional .NET keylogger.

Features:
- Reads settings from a resource file
- Sends the log by email
- If mail is unavailable, it writes in the file
- If writing to the file is also unavailable, stores the entire log with the ability to write to a flash drive
- Copies itself to disk and adds copy to autorun
- Checks the title of the active window
- Deletes itself if debugging is detected
- encrypts logs with AES256

To decrypt the logs you can use [DecryptorSharp](https://github.com/zorggish/DecryptorSharp) or [DecryptorQt](https://github.com/zorggish/DecryptorQt).