当前位置:网站首页>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
边栏推荐
猜你喜欢

03 【数据代理 事件处理】

【云原生】微服务Nacos的简单介绍与使用

【windows】--- SQL Server 2008 超详细安装教程

Eternal blue bug reappears

MySQL高级语句(一)

【云原生】开源数据分析 SPL 轻松应对 T+0

Yuan prospect and four track of the universe

feign调用不通问题,JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r

05 【绑定样式 条件渲染 列表渲染】

The MySQL database in Alibaba Cloud was attacked, and the data was finally recovered
随机推荐
07 【内置指令 自定义指令】
Linux modify MySQL database password
碎片化NFT(Fractional NFT)
【ubuntu20.04安装MySQL以及MySQL-workbench可视化工具】
为什么redis是单线程还那么快?
leetcode-每日一题剑指 Offer II 041. 滑动窗口的平均值(队列模拟)
leetcode-829. 连续整数求和(数论)
vulhub靶场学习日记hackme2
【Elastic-Job】分布式调度任务概览篇
leetcode-每日一题558. 四叉树交集(分治递归)
About integrating superset into your own project
leetcode-每日一题873. 最长的斐波那契子序列的长度(哈希和二分)
find、filter、map的区别
闭包(四)----IIFE
利用phpstudy搭建DVWA
If the account number or password is entered incorrectly for many times, the account will be banned.
常见JVM面试题及答案整理
闭包(三)----执行环境
字符串的新增方法
[Elastic-Job source code analysis] - job listener