===================================
0x01 工具介绍
0x02 安装与使用
Format = "IyBQeXRob24gU2hlbGxjb2RlIEVuY3J5..."
python3 Py-Crypter.py -f beacon64.bin -a xor -output b64 -k random
[ ] Encrypted BASE64 shellcode has been copied to Clipboard!)
[07BR0DA8K7R7E11TW6GX ] XOR KEY:
Format = "x12x34x56x78x9a..."
python3 Py-Crypter.py -f beacon64.bin -a xor -output hex -k MyEncryptionKey
[ ] Encrypted HEX shellcode has been copied to Clipboard!
[ ] XOR KEY: MyEncryptionKey
3、CSharp 加密的十六进制格式输出
Format = "0xc9,0x1f,0xb3,0xac,0xc0,0xac,0x94,0x34..."
python3 Py-Crypter.py -f beacon64.bin -a xor -k random -o csharp
[ ] Encrypted CSharp shellcode has been copied to Clipboard!
[5W0H0DT4U1FS0CKP ] XOR KEY:
4、RAW 加密二进制输出(UTF-8 编码)
python3 Py-Crypter.py -f beacon64.bin -a xor -o raw -k random
[+] Saving encrypted shellcode to output binary file
[+] Output file name: SC-raw-encrypted.bin
[+] XOR KEY: FL4PKBJ1AU30DBQT1W0Q
0x03 项目链接下载
2、关注公众号"网络安全者",后台回复:20221111
原文始发于微信公众号(网络安全者):Python Shellcode 加密器
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论