https://github.com/inferiorak/ransoinferor
A Simple Python Ransomware based on RSA Symmetric Cryptography
https://github.com/inferiorak/ransoinferor
malicious malware python python-malware python-ransomware ransomware
Last synced: 10 months ago
JSON representation
A Simple Python Ransomware based on RSA Symmetric Cryptography
- Host: GitHub
- URL: https://github.com/inferiorak/ransoinferor
- Owner: InferiorAK
- License: mit
- Created: 2023-04-10T19:24:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T03:09:43.000Z (about 3 years ago)
- Last Synced: 2025-04-04T15:40:16.256Z (about 1 year ago)
- Topics: malicious, malware, python, python-malware, python-ransomware, ransomware
- Language: Python
- Homepage:
- Size: 5.05 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# RansoInferor
A Simple Python Ransomware based on RSA Symmetric Cryptography
# Support in
- Linux
- Windows
## Installation
- Clone this repository -
```
git clone https://github.com/inferiorak/RansoInferor
```
- Now go to cloned directory -
```
!!! Note: Running the file will corrupt your current directory Files Only
$ cd RansoInferor
$ pip3 install -r requirements.txt
$ clear
$ python3 inferor.py
```