anubhavanonymous / Bash_Frustator

Bash script obfuscator and deobfuscator for Linux and Termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


  • πŸ”“ πŸ” πŸ”’
  • Shell script obfuscator and deobfuscator for Linux And Termux !
  • Encodes the script in base64

Usage

Install dependencies

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

Clone the repository

git clone https://github.com/anubhavanonymous/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



About

Bash script obfuscator and deobfuscator for Linux and Termux

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%