Difference between revisions of "一卡通信息管理系統 SQL注入漏洞"

From PwnWiki
(Created page with "<languages /> <center> {| style="border: 2.0px solid grey; background: #b3ff9c;" width="85%" | align="center" width="60px"| link=|55px | align="center" |''...")
 
Line 36: Line 36:
 
用戶名處存在SQL注入漏洞,使用BurpSuite插件利用(在用戶名處加入<code>*</code>)。
 
用戶名處存在SQL注入漏洞,使用BurpSuite插件利用(在用戶名處加入<code>*</code>)。
 
</translate>
 
</translate>
 +
 
https://github.com/c0ny1/sqlmap4burp-plus-plus/
 
https://github.com/c0ny1/sqlmap4burp-plus-plus/
  
 
<translate>
 
<translate>
 +
 
==參考==
 
==參考==
 
</translate>
 
</translate>
 
https://mp.weixin.qq.com/s/zxxOWSYgzY-z8GbBxEP_TQ
 
https://mp.weixin.qq.com/s/zxxOWSYgzY-z8GbBxEP_TQ

Revision as of 09:56, 5 July 2021

Other languages:
Check.png 該漏洞已通過驗證

本頁面的EXP/POC/Payload經測試可用,漏洞已經成功復現。

漏洞信息

此系統存在默認弱口令,以及前台sql注入。

FOFA

"Content/images/login/logo.png" && "/Content/js/core/knockout-2.2.1.js"

弱口令

super

1234

SQL注入

用戶名處存在SQL注入漏洞,使用BurpSuite插件利用(在用戶名處加入*)。

https://github.com/c0ny1/sqlmap4burp-plus-plus/