Skip to content

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

License

Notifications You must be signed in to change notification settings

joekendal/fsociety

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages