最简单混淆shell
安装:
yum install gzip
混淆:
gzexe your_script.sh
反混淆:
gzexe -d your_script.sh~
先立个flag,后面有时间更新其他混淆方式~~