Bashfuscator icon indicating copy to clipboard operation
Bashfuscator copied to clipboard

bash script does not run after using Bashfuscator

Open zappee opened this issue 1 year ago • 2 comments

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.

zappee avatar Aug 22 '24 12:08 zappee

The same here. It is not working solution.

tomasmark79 avatar Dec 27 '24 09:12 tomasmark79

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 .

Radu1999 avatar May 27 '25 09:05 Radu1999