sqlmap/plugins/dbms/access
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 Ahead with code refactoring, related to r1502. 2010-03-23 21:26:45 +00:00
connector.py Added support to directly connect also to Microsoft SQL Server database. 2010-03-31 10:50:47 +00:00
enumeration.py ms access update 2010-03-30 15:04:55 +00:00
filesystem.py Ahead with code refactoring, related to r1502. 2010-03-23 21:26:45 +00:00
fingerprint.py Added support to directly connect also to Microsoft SQL Server database. 2010-03-31 10:50:47 +00:00
syntax.py Ahead with code refactoring, related to r1502. 2010-03-23 21:26:45 +00:00
takeover.py Ahead with code refactoring, related to r1502. 2010-03-23 21:26:45 +00:00