sqlmap/lib/core
2010-05-13 11:05:35 +00:00
..
__init__.py Updated copyright 2010-03-03 15:26:27 +00:00
agent.py Fixes non-deterministic unsorted results for most of the DBMSes - see #185 2010-04-09 15:48:53 +00:00
common.py added calculateDeltaSeconds method for dealing with non-deterministic time behaviour in some cases (e.g. WAITFOR DELAY in case of MSSQL) 2010-05-13 11:05:35 +00:00
convert.py Added resume functionality to -d and fixed logging with -d 2010-04-12 09:35:20 +00:00
data.py Updated copyright 2010-03-03 15:26:27 +00:00
datatype.py Updated copyright 2010-03-03 15:26:27 +00:00
dump.py Major enhancement to directly connect to the dbms without passing via a sql injection: adapted code accordingly - see #158. This feature relies on python third-party libraries to be able to connect to the database. For the moment it has been implemented for MySQL (with python-mysqldb module) and PostgreSQL (with python-psycopg2 module). 2010-03-26 23:23:25 +00:00
exception.py Updated copyright 2010-03-03 15:26:27 +00:00
option.py Minor cosmetic fix 2010-04-26 12:34:21 +00:00
optiondict.py changes regarding Feature #157 (Evaluate BETWEEN for inference algorithm) 2010-05-12 11:30:32 +00:00
progress.py minor adjustments 2010-03-12 12:46:26 +00:00
readlineng.py Updated copyright 2010-03-03 15:26:27 +00:00
replication.py update 2010-03-26 21:30:36 +00:00
session.py fixes #181 - proper save/resume information about single entry UNION SQL injection 2010-03-22 15:39:29 +00:00
settings.py Finally fixed and adapted all code around to the new isWindowsDriveLetterPath() function 2010-04-23 16:34:20 +00:00
shell.py Updated copyright 2010-03-03 15:26:27 +00:00
subprocessng.py Updated copyright 2010-03-03 15:26:27 +00:00
target.py minor fix 2010-05-11 13:55:30 +00:00
unescaper.py Updated copyright 2010-03-03 15:26:27 +00:00
update.py Code cleanup 2010-03-21 00:39:44 +00:00