https://github.com/cybersecurityup/fuxsociety
Fuxsociety Mr Robot 2.1
https://github.com/cybersecurityup/fuxsociety
Last synced: about 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T00:10:19.000Z (about 3 years ago)
- Last Synced: 2025-04-07T18:43:52.413Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 27
- Watchers: 4
- Forks: 6
- 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