Bashfuscator
Bashfuscator copied to clipboard
bash script does not run after using Bashfuscator
I have a bash script and it does not run after the obfuscation. I tried to use different mutator, same result.
$ bashfuscator -f abc.sh -o abc-obfuscated.sh
$ bashfuscator -f abc.sh -o abc-obfuscated.sh --choose-mutators string/file_glob
$ bashfuscator -f abc.sh -o abc-obfuscated.sh --choose-mutators string/folder_glob
$ bashfuscator -f abc.sh -o abc-obfuscated.sh --choose-mutators string/hex_hash
I can send my bash script to you directly. This is a private company's script, private.
The same here. It is not working solution.
Hi, for people with this type of problem in the future, check if the bash version is the problem, as some techniques require newer versions of bash.
Check if they work here: https://www.onlinegdb.com/online_bash_shell .