https://github.com/stringmanolo/dangerous
Dangerous Malware. Educational purpouse only.
https://github.com/stringmanolo/dangerous
Last synced: 10 months ago
JSON representation
Dangerous Malware. Educational purpouse only.
- Host: GitHub
- URL: https://github.com/stringmanolo/dangerous
- Owner: StringManolo
- Created: 2020-11-05T02:23:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T12:46:25.000Z (about 5 years ago)
- Last Synced: 2025-02-07T17:45:02.832Z (12 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dangerous
Dangerous Malware. Educational purpouse only.
Don't donwload to your PC if you don't know what are you doing.
Don't execute on other computers, systems, etc.
Just don't be dumb.
I take no responsability for bad usage.
## RANSOMWARE (smr.py)
### Examples:
Encrypt files in current folder:
```
python smr.py -v -a smr -e -k 1337 -p ./ -c
```
Decrypt files in current folder:
```
python smr.py -v -a smr -d -k 1337 -p ./ -c
```
### Arguments:
Usage: python smr.py [-option1] [-option2] [...]
-a, --adition Add/Remove file extension to/from file.
-c, --compression Compress/Decompress the files to reduce end size.
-d, --decrypt Only decrypt. If a non encrypted file is in the path, will be encrypted.
-e, --encrypt Only encrypt. Uses weak Symmetric-key algorithm. Similar to Vernam or Affine encryption.
-h, --help Open this menu.
-i, --interactive Extra help to use the ransomware.
-k, --key Key/Password to encrypt files.
-p, --path Chose the path where the ransomware is goinf to run. All files in the path ans subpaths will be selected.
-v, --verbose Add more output to the console. Show more information about the running tasks.
NOTICE: You can lose your files if the ranswomare crash, your pc shutdown or you can't remember your encryption key. I didn't made a bruteforce algorithm to decrypt the files. Since password is reused can be possible to recover the encrypted files. If you seriously need to, send me a message. https://twitter.com/XSStringManolo