sqlmap/lib/core
2010-04-05 23:09:35 +00:00
..
__init__.py Updated copyright 2010-03-03 15:26:27 +00:00
agent.py update regarding bug reported by Ole Rasmussen 2010-04-03 19:41:47 +00:00
common.py Force pymssql to version >= 1.0.2 2010-03-31 15:31:11 +00:00
convert.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
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 fix for "Problem with --dbms set" reported by David Guimaraes 2010-04-05 23:09:35 +00:00
optiondict.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
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 Minor bugs fixes 2010-03-31 13:52:51 +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 fix for not properly clearing cookies when in multiple targets scanning mode spotted by Kasper Fons 2010-04-04 14:38:48 +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