===================================
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 项目链接下载
2、关注公众号web安全工具库,后台回复:工具
3、每日抽奖送书
· 推 荐 阅 读 ·
本书结合大量实例详细介绍了C++语言的编程思想和核心技术,培养读者由C程序员成长为C++程序员。本书结合C++实际项目开发,详解C++语言的编程思想和核心技术,培养读者由C程序员成长为C++程序员。