Home
»
Pentest
,
pentest scripts
,
Python
,
SQL injection
,
Sql Injection Scanner
»
PySQLi - Python SQL injection framework
PySQLi - Python SQL injection framework
Written By Unknown on Friday, 15 February 2013 | 20:58
PySQLi is a python framework designed to exploit complex SQL injection vulnerabilities. It provides dedicated bricks that can be used to build advanced exploits or easily extended/improved to fit the case.
Why another SQLi framework ?
Simple answer: because there are other ways than HTTP requests to exploit SQLi vulnerabilities ! Most of the available tools only rely on HTTP GET/POST methods, and sometimes provide other methods.
PySQLi is thought to be easily modified and extended through derivated classes and to be able to inject into various ways such as command line, custom network protocols and even in anti-CSRF HTTP forms.
PySQLi is still in an early stage of development, whereas it has been developed since more than three years. Many features lack but the actual version but this will be improved in the next months/years.
Download PySQLi
Source-
https://github.com/sysdream/pysqli
Screenshot -
Related Articles
- Update jSQL Injection v0.3 - a java tool for automatic database injection.
- Shoryuken v1.0 - very simple tool to takeover systems vulnerable to SQL Injections
- UPDATE sqlninja-0.2.999-alpha1 - a SQL Server injection & takeover tool
- SQLSentinel v0.3 - OpenSource tool for sql injection security testing
- SQLSentinel v0.2 - OpenSource tool for sql injection security testing
- MSSQL Brute forcing with Resource Scripts from carnal0wnage
Labels:
Pentest
,
pentest scripts
,
Python
,
SQL injection
,
Sql Injection Scanner
Post a Comment