cmd 命令行输入 curl -d what=flag http://114.67.175.224:16668
这个最简单
我凑,这是为什么
@13640565171 幽默
nb
import requests s = requests.Session() r = s.get('http://114.67.175.224:18105/') values={'what':'flag'} r = s.post('http://114.67.175.224:18105/', values) print(r.text)
flag{be2ab6b282d3d6eadec4918349a2c2dd}
curl -X POST -d 'what=flag' http://xxx
bp抓包,change request method(相当于get转post),转repeator,加个body参数就行了。
Hackbar 导入网址在post data里输入what=flag
flagflag{bb893d9dcb80790fdbea58ea7029a58b}
flag{6b82d9ae0042aad3bfbc1b3212ebd16c}
用bp要修改为what=flag&= (在最低下),然后发包即可
我也是wha=flag不能过,用这个就可以了
bp里面记得加请求头Content-Type:application/x-www-form-urlencoded,才可以用post
...
评论
taozhi 7月前
举报
cmd 命令行输入 curl -d what=flag http://114.67.175.224:16668
shark7 1月前
举报
这个最简单
m0nkey 4月前
举报
我凑,这是为什么
shadowKirin 5月前
举报
@13640565171 幽默
13640565171 5月前
举报
nb
xxlituo 8月前
举报
import requests s = requests.Session() r = s.get('http://114.67.175.224:18105/') values={'what':'flag'} r = s.post('http://114.67.175.224:18105/', values) print(r.text)
翻斗花园菠菠妈 8月前
举报
flag{be2ab6b282d3d6eadec4918349a2c2dd}
jiangjw 8月前
举报
curl -X POST -d 'what=flag' http://xxx
iceman 8月前
举报
bp抓包,change request method(相当于get转post),转repeator,加个body参数就行了。
LP_joker 9月前
举报
Hackbar 导入网址在post data里输入what=flag
zhenbuhuiweb 9月前
举报
flagflag{bb893d9dcb80790fdbea58ea7029a58b}
yingqiaoqiao 9月前
举报
flag{6b82d9ae0042aad3bfbc1b3212ebd16c}
0xRynd 9月前
举报
用bp要修改为what=flag&= (在最低下),然后发包即可
zhuanjun 5月前
举报
我也是wha=flag不能过,用这个就可以了
jas0nwhy 9月前
举报
bp里面记得加请求头Content-Type:application/x-www-form-urlencoded,才可以用post