mysqloit – A SQL Injection takeover tool

September 4, 2009 11:40 am · 0 comments

by Black

in Security Reconnaissance,Security tools,Source Code

MySqloit is a SQL Injection takeover tool focused on LAMP (Linux, Apache,MySql,PHP) and WAMP (Windows, Apache,MySql,PHP) platforms. It has the ability to upload and execute metasploit shellcodes through the MySql SQL Injection vulnerabilities.

mysql proxy mysqloit   A SQL Injection takeover tool

Attackers performing SQL injection on a MySQL-PHP platform must deal with several limitations and constraints. For example, the lack of multiple statements in one query makes MySQL an unpopular platform for remote code execution, compared to other platforms. This tool is written to demostrate how remote code execution can be performed on a database connector that do not support stack queries.

Currently works on Linux.

Key Features of mysqloit

1) SQL Injection detection using time based injection method
2) Database fingerprint – Helps to finds right database.
3) Web server directory fingerprint – Vulnareble directory can be serached and exploited.
4) Payload creation and execution – This is a good feature for creating your own paylods for execution which suties your environment.

mysqloit is designed for applications with mysql and php to find Vulnerability and exploit . and find these vulnerability before an outsider does.

Download mysqloit Here

Related External Links

If you enjoyed this article, you might also like:

Previous post:

Next post: