Python Shellcode 加密器

admin 2022年11月11日11:38:52评论25 views字数 1094阅读3分38秒阅读模式

===================================

免责声明

请勿利用文章内的相关技术从事非法测试,由于传播、利用此文所提供的信息而造成的任何直接或者间接的后果及损失,均由使用者本人负责,作者不为此承担任何责任。工具来自网络,安全性自测,如有侵权请联系删除。

0x01 工具介绍

Python3 shellcode 加密器和混淆器脚本,使用 XOR 或 AES 加密并以不同编码格式输出 shellcode 在Windows、MacOS 和 Linux 上运行。

0x02 安装与使用


1、BASE64 编码、加密格式输出
Format = "IyBQeXRob24gU2hlbGxjb2RlIEVuY3J5..."
python3 Py-Crypter.py -f beacon64.bin -a xor -output b64 -k random[+] Encrypted BASE64 shellcode has been copied to Clipboard!)[+] XOR KEY: 07BR0DA8K7R7E11TW6GX
2、C 加密十六进制格式输出
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![+] XOR KEY: 5W0H0DT4U1FS0CKP

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 项目链接下载

1、通过阅读原文,到项目地址下载

2、关注公众号"网络安全者",后台回复:20221111

Python Shellcode 加密器


原文始发于微信公众号(网络安全者):Python Shellcode 加密器

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2022年11月11日11:38:52
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   Python Shellcode 加密器http://cn-sec.com/archives/1403251.html

发表评论

匿名网友 填写信息