Python SQL Dumper Code
Brought to you by:
tdxev
| File | Date | Author | Commit |
|---|---|---|---|
| COPYING | 2011-09-07 | tdxev | [r4] add html manual + copyright |
| README.txt | 2011-09-03 | tdxev | [r2] warning messages has been added when the limit ... |
| dump.py | 2011-11-14 | tdxev | [r10] - new blind method |
| encoder.py | 2011-09-07 | tdxev | [r4] add html manual + copyright |
| manual.html | 2011-09-29 | tdxev | [r7] the script will try to auto generate the md5 of... |
| socks.py | 2011-09-02 | tdxev | [r1] first commit |
dump.py Version Details
------------------------
For more info visit project page : http://pythonsqldumper.sourceforge.net/
---------------------------------------------------------
version : 17:51 PM , August 06, 2011
---------------------------------------------------------
- proxy suport for (SOCKET4 & SOCKET5)
- suport HTTPS
- suport HTTPS over proxy (only SOCKS proxys)
- cookie autentification
- cookie injection
- encoder can encode now text recursively suport for (base64, hex, sqlhex)
- limit option
- structure option has been removed for this version (you can use --columns to achive the same thing)
- credit : SocksiPy - Python SOCKS module. (Copyright 2006 Dan-Haim)
---------------------------------------------------------
version : 16:49 PM , March 28, 2011
---------------------------------------------------------
- custom user query (user can execute custom sql querys) video : http://www.youtube.com/watch?v=4kCA4IxztlE
- blind sql injections (blind injection type has been added) video : http://www.youtube.com/watch?v=m5-CnM2dkL8
- base64 encode injection (user can specify to encode text between tags {encode}{/encode} in base64) video : http://www.youtube.com/watch?v=bzMCcQxdvf8
- user agent injection (used to made injection in site vulnerable to user agent injection) video : http://www.youtube.com/watch?v=2WVTJQe-4Vw
- apache mod_rewrite (used to made injection in mod_rewrite urls when the parameter is not known) video : http://www.youtube.com/watch?v=Rbcdn_UCrdA
- structure option (used to get only the structure of database when dump is used for databases or tables)
---------------------------------------------------------
version : 1:20 AM , March 02, 2011 (first public version)
---------------------------------------------------------
video : http://www.youtube.com/watch?v=ijaY4Y1Wt3s
- databases support : mysql
- get | post parameter injection
- http proxy
- dump result to log file
- custom dump (column, tables, databases, all databases)
- delay between requests
- increase delay between to consecutive fail request
- custom user agent