Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // To install
- # You need Python: https://pastebin.com/7GJYFSQm
- mkdir /home/Bashfuscator
- cd /home/Bashfuscator
- git init
- git remote add origin https://github.com/Bashfuscator/Bashfuscator
- git pull origin master
- rm -r .* *.md *.yml LICENSE
- touch README.md
- python3 setup.py install
- # Obfuscate
- # Append `--choose-mutators <mutator>` at the end of both commands, to select a mutator
- # Append `-o file.sh` at the end of both commands to pass the result to a bash file
- ## Obfuscate a command
- bashfuscator -c "<command>"
- ## Obfuscate a bash file
- bashfuscator -f script.sh
- # Avaible mutators:
- ## command/case_swapper
- ## command/reverse
- ## compress/bzip2
- ## compress/gzip
- ## encode/base64
- ## encode/urlencode
- ## string/file_glob
- ## string/folder_glob
- // To uninstall
- pip uninstall bashfuscator
- rm -r /home/Bashfuscator
Add Comment
Please, Sign In to add comment