Shellcode In Memory Decoder:一个简单的C实现可对您的Shellcode进行解码并将其直接写入内存 源码
Shellcode-In-Memory-Decoder 一个简单的C实现对您的shellcode进行解码并将其直接写入内存,您可以使用此代码执行进程注入。 用法 您需要首先对shellcode进行编码,文件xor-encoder.py是一个非常简单的示例,说明如何使用XOR编码shellcode。 然后,您需要复制xor-encoder.py的输出并将其粘贴到文件decoder.c中的shellcode数组中。 要从Linux编译代码,可以使用Mingw64 ,如下所示: x86_64-w64-mingw32-gcc decoder.c -o decoder.exe -w 之后,您可以在目标计算机上运行它并通过如下所示的PID进行传递: C:\Users\askar\Desktop>decoder.exe 3796 在运行它之后,我们将获得以下漂亮的信标:
文件列表
Shellcode-In-Memory-Decoder-master.zip
(预估有个7文件)
Shellcode-In-Memory-Decoder-master
python-encoder.png
1.12MB
LICENSE
34KB
decoder.c
5KB
README.md
825B
Cobalt-Beacon.png
30KB
xor-encoder.py
4KB
Decoder-example.png
109KB
暂无评论