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: 8 months ago
JSON representation
Multifunctional .NET keylogger
- Host: GitHub
- URL: https://github.com/zorggomat/ducksharp
- Owner: zorggomat
- License: unlicense
- Created: 2020-08-07T22:26:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T11:09:52.000Z (about 5 years ago)
- Last Synced: 2025-03-30T19:13:09.895Z (about 1 year ago)
- Topics: aes, aes-256, aes-encryption, anti-debug, anti-debugging, csharp, email, email-sender, hook, keylogger, keylogging, logging, visual-studio
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).