Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zorggomat/ducksharp
- Owner: zorggomat
- License: unlicense
- Created: 2020-08-07T22:26:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T11:09:52.000Z (over 3 years ago)
- Last Synced: 2024-05-30T10:43:13.691Z (7 months 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: 8
- 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 AES256To decrypt the logs you can use [DecryptorSharp](https://github.com/zorggish/DecryptorSharp) or [DecryptorQt](https://github.com/zorggish/DecryptorQt).