Bashfuscator / Bashfuscator/Bashfuscator
bash script does not run after using Bashfuscator
Open
- Dominant language
- Python
- Stars
- 2k
- Forks
- 203
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.