Hhk78 / linux-siken

Script for encrypting a GNU/Linux filesystem and then destroying the keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fsociety

WARNING: You will not be able to recover the files.

This is intended to encrypt every bit of data in a GNU/Linux filesystem using 256-bit AES with self-destructing, randomly generated keys.

The fuxsocy.py script is based on Darlene's malware from the TV show Mr Robot.

alt-text

Dependencies:

  • python2.7
  • 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

License

MIT

About

Script for encrypting a GNU/Linux filesystem and then destroying the keys

License:MIT License


Languages

Language:Python 100.0%