Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybersecurityup/fuxsociety
Fuxsociety Mr Robot 2.1
https://github.com/cybersecurityup/fuxsociety
Last synced: about 1 month ago
JSON representation
Fuxsociety Mr Robot 2.1
- Host: GitHub
- URL: https://github.com/cybersecurityup/fuxsociety
- Owner: CyberSecurityUP
- Created: 2018-01-14T18:01:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T00:10:19.000Z (over 1 year ago)
- Last Synced: 2023-06-11T13:15:30.192Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 17
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WARNING: does not actually perform this. You will not be able to recover the files.
This is intended to encrypt every bit of data on a unix filesystem using 256-bit AES with a randomly generated self-destructing key. The script is based on Darlene's malware shown in Mr Robot
Dependencies: python
sudo pip3 install pycryptodome
sudo apt install python python-pip
sudo pip install pycrypto