0x01 工具介绍
0x01 工具介绍
用于混淆给定的shellcode文件,并以一种有用的格式输出,以便直接粘贴到源代码中。
0x02 安装与使用
1、使用随机密钥加密 shellcode
python ./shellcrypt.py -i ./shellcode.bin -f c
2、使用 128 位 AES CBC 加密 shellcode
python ./shellcrypt.py -i ./shellcode.bin -e aes -f c
3、使用用户指定的密钥加密 shellcode
python ./shellcrypt.py -i ./shellcode.bin -f c -k 6d616c77617265
4、以 nim 格式输出
python ./shellcrypt.py -i ./shellcode.bin -f nim
5、输出到文件
python ./shellcrypt.py -i ./shellcode.bin -f nim -o ./shellcode_out.nim
6、获取加密方式列表
python ./shellcrypt.py --ciphers
7、获取输出格式列表
python ./shellcrypt.py --formats
0x03 链接下载
翻到文章最底部点击“阅读原文”下载链接
★
欢 迎 加 入 星 球 !
代码审计+免杀+渗透学习资源+各种资料文档+各种工具+付费会员
进成员内部群
星球的最近主题和星球内部工具一些展示
关 注 有 礼
还在等什么?赶紧点击下方名片关注学习吧!
推荐阅读