sqlmap/lib/request
Bernardo Damele 5fdebb5d5b Added support to directly connect also to Microsoft SQL Server database.
Fixed direct connection to always use the same query as of UNION query SQL injection (= one query with multiple columns/entries output).
Minor fixes to Firebird/Access/SQLite connectors to use connector's execute()/fetchall() as wrapper for third-party libraries' methods.
Forced conf.timeout to 10 seconds when directly connecting to database.
Slightly improved regular expression to parse -d parameter.
Added import check for all connectors' third-party libraries.
Code refactoring:
* Moved conf.direct request to direct() function in lib/request/direct.py (code reused where needed).
* Back-delegated to generic connector close() and other methods.
2010-03-31 10:50:47 +00:00
..
__init__.py Updated copyright 2010-03-03 15:26:27 +00:00
basic.py Updated copyright 2010-03-03 15:26:27 +00:00
certhandler.py Fixes #59 - proper customizable redirect (302 and 301) 2010-03-15 14:24:43 +00:00
comparison.py fixed threading bug (difflib :) 2010-03-10 14:14:27 +00:00
connect.py Added support to directly connect also to Microsoft SQL Server database. 2010-03-31 10:50:47 +00:00
direct.py Added support to directly connect also to Microsoft SQL Server database. 2010-03-31 10:50:47 +00:00
inject.py Added support to directly connect also to Microsoft SQL Server database. 2010-03-31 10:50:47 +00:00
proxy.py Updated copyright 2010-03-03 15:26:27 +00:00
redirecthandler.py Fixes #178 and #179 - proper handling of custom redirects 2010-03-16 14:30:57 +00:00