/Bash_Frustator

Bash script obfuscator and deobfuscator for Linux and Termux

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause


  • 🔓 🔐 🔒
  • Shell script obfuscator and deobfuscator for Linux And Termux !
  • Encodes the script in base64

Usage

Install dependencies

TERMUX

pkg up -y;pkg install git -y;pkg install wget -y;pkg install curl -y;pkg install openssl -y;pkg install python2 -y;pip2 install requests;pip2 install mechanize;pip2 install bs4;pip2 install uncompyle6;npm install -g bash-obfuscate

LINUX (UBUNTU/DEBIAN)

sudo apt update;sudo apt upgrade -y;sudo apt install git -y;sudo apt install wget -y;sudo apt install curl -y;sudo apt install openssl -y;sudo apt install python -y;sudo pip install requests;sudo pip install mechanize;sudo pip install bs4;sudo pip install uncompyle6;sudo npm install -g bash-obfuscate

Clone the repository

git clone https://github.com/ChandraOrbit/Bash_Frustator

Navigate to the directory

cd Bash_Frustator

Run the script

python2 frustator.py

Licence

BSD 3-Clause © Anubhav Kashyap

Screenshots (termux)

🎋 encrypt



🎋 decrypt