https://github.com/voidsec/ragnarokconfigdecrypt
Ragnarok Configuration Decrypt
https://github.com/voidsec/ragnarokconfigdecrypt
malware-analysis ransomware reverse-engineering
Last synced: 10 months ago
JSON representation
Ragnarok Configuration Decrypt
- Host: GitHub
- URL: https://github.com/voidsec/ragnarokconfigdecrypt
- Owner: VoidSec
- License: agpl-3.0
- Created: 2021-04-28T15:09:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T15:11:01.000Z (over 4 years ago)
- Last Synced: 2025-01-24T02:59:25.122Z (12 months ago)
- Topics: malware-analysis, ransomware, reverse-engineering
- Language: C++
- Homepage:
- Size: 7.44 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ragnarok Configuration Decrypt
Ragnarok Ransomware Configuration Decrypter
## Usage
```
python RagnarokConfigDecrypt.py --help
usage: RagnarokConfigDecrypt.py [-h] [-k KEY] -c CONFIG
Decrypt the encrypted configuration of the Ragnarok Ransomware
optional arguments:
-h, --help show this help message and exit
-k KEY, --key KEY Key
-c CONFIG, --config CONFIG
Dumped Encrypted Configuration File (usually start at 0x10017000)
```