• 欢迎访问好鸭,WordPress信息,WordPress教程,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏好鸭吧

使用SHC加密shell脚本的教程

Linux haoduck 1个月前 (02-24) 21次浏览 1个评论

Debian下可以直接apt安装

apt-get install -y shc

如果没有安装gcc也要安装,否则会出现sh: 1: cc: not found

apt-get install -y shc gcc

加密脚本

shc -f 脚本路径
root@db-3:~/shc# echo -e '#!/bin/bash\necho hello haoduck.com' > test.sh
root@db-3:~/shc# shc -f test.sh
root@db-3:~/shc# ls
test.sh  test.sh.x  test.sh.x.c
root@db-3:~/shc# ./test.sh.x
hello haoduck.com

执行shc -f test.sh后,会在shell脚本同目录下生成test.sh.x.ctest.sh.x

test.sh.x就是我们需要的


好鸭 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:使用SHC加密shell脚本的教程
喜欢 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
(1)个小伙伴在吐槽
  1. 大佬你的文章里有html代码
    Kyon2021-02-25 19:39 Reply Mac OS X | Chrome 88.0.4324.182