mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-11-07 11:28:06 +03:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent.py | ||
| common.py | ||
| convert.py | ||
| data.py | ||
| datatype.py | ||
| dump.py | ||
| exception.py | ||
| option.py | ||
| optiondict.py | ||
| progress.py | ||
| readlineng.py | ||
| replication.py | ||
| session.py | ||
| settings.py | ||
| shell.py | ||
| subprocessng.py | ||
| target.py | ||
| unescaper.py | ||
| update.py | ||