erikx 发表于 2024-7-6 12:17:19

Python Shellcode Confx

Python Shellcode Confx{:3_117:}{:3_117:}


多字节 XOR 或 AES 加密 shellcode
===========

作者:Arno0x0x - [@Arno0x0x](http://twitter.com/Arno0x0x)

这些小小的概念证明受到这篇博文的启发:[用 10 行代码绕过防病毒软件](http://www.attropics.org/2016/03/bypassing-antivirus-with-10-lines-of.html)

该技术使用两种代码文件:

1. shellcode编码器/加密器:`shellcode_encoder.py`
2. 各种 shellcode 包装器,C++、C# 和 Python 语言:
        - `encryptedShellcodeWrapper.cpp` - 目前支持**仅** XOR 加密
        - `encryptedShellcodeWrapper.cs` - 支持 XOR 和 AES 加密
        - `encryptedShellcodeWrapper.py` - 支持 XOR 和 AES 加密

页: [1]
查看完整版本: Python Shellcode Confx