评分(32)
解题动态

byleth 攻破了该题 33分钟前

19870386530 攻破了该题 1小时前

spring1027 攻破了该题 1小时前

15615646441 攻破了该题 1小时前

idrfer 攻破了该题 2小时前

15764130862 攻破了该题 3小时前

18759725576 攻破了该题 3小时前

Milo3001 攻破了该题 3小时前

sususng 攻破了该题 3小时前

may4 攻破了该题 3小时前

dlgz 攻破了该题 4小时前

HereCrown 攻破了该题 4小时前

bugkuyin 攻破了该题 4小时前

15023509458 攻破了该题 4小时前

ggbond666 攻破了该题 4小时前

fmt555 攻破了该题 4小时前

Hyp0cr1t3 攻破了该题 4小时前

1900. 攻破了该题 5小时前

pwsm 攻破了该题 5小时前

评论
spring1027 1小时前
举报
flag{*********}
photons 20小时前
举报
from time import sleep<br> from requests import get from os import system data={ 'what':'flag' } re=get( url='http://117.72.52.127:14254/', params=data ) print(re.text)
photons 20小时前
举报
from time import sleep from requests import get from os import system data={ 'what':'flag' } re=get( url='http://117.72.52.127:14254/', params=data ) print(re.text)
photons 20小时前
举报
from time import sleep from requests import get from os import system data={ 'what':'flag' } re=get( url='http://117.72.52.127:14254/', params=data ) print(re.text)
188 5天前
举报
URL中路径与查询字符串之间以?进行分隔,在URL后添加/?what=flag
niansiyi 9天前
举报
题中要去改就行,在网址后面加上?what=flag就行
momouren 17天前
举报
url加入/?what=flag
www2005 19天前
举报
flagflag{***}
15007989236 20天前
举报
网址后面加上?what=flag,去访问
greatsoviet1917 21天前
举报
flag{*********}