sqlmap/lib/core
2011-03-20 23:54:56 +00:00
..
__init__.py sorry, cosmetics 2010-10-14 23:18:29 +00:00
agent.py massive BUG FIX (if NULL is one of dumping values it will screw everything in corner cases because "SELECT 1 WHERE NULL IN (NULL)" and "SELECT 1 WHERE NULL NOT IN (NULL)" will always return nothing/nadda/zero/not even NULL) 2011-03-20 23:54:56 +00:00
common.py masking some more command line arguments 2011-03-18 16:47:18 +00:00
convert.py this was bothering me for some time (POST and/or GET payloads needs to be urlencoded throughly) 2011-03-11 19:57:44 +00:00
data.py lol. sybase and maxdb were just ignored while fingerprinted because they weren't in dbmsDict screwing half of dbms related functions (most notably aliasToDbmsEnum) 2011-02-01 22:45:38 +00:00
datatype.py More code cleanup 2011-01-15 23:11:36 +00:00
dicts.py minor refactoring (more consistent) 2011-03-09 12:06:32 +00:00
dump.py fix for a bug reported by malice 2011-03-18 16:52:46 +00:00
enums.py minor cosmetics 2011-03-18 14:09:18 +00:00
exception.py added some more info to unhandled exception message(s) 2011-01-28 16:15:45 +00:00
option.py minor fix 2011-03-19 17:44:34 +00:00
optiondict.py minor update (exposing --tor switch) 2011-03-19 18:28:51 +00:00
profiling.py refactoring 2011-01-30 11:36:03 +00:00
progress.py sorry, cosmetics 2010-10-14 23:18:29 +00:00
readlineng.py fix for a bug reported by buawig@gmail.com (AttributeError: 'module' object has no attribute 'set_completer') 2011-01-17 00:17:31 +00:00
replication.py Converted from DOS format (\n\r to \n only) 2011-02-06 23:25:55 +00:00
revision.py adding SVN revision number support for non SVN client platforms 2011-03-07 21:54:30 +00:00
session.py minor improvement 2011-03-01 10:38:27 +00:00
settings.py improvement of url encoding technique (implemented failsafe routine for shortening too long GET queries) 2011-03-09 09:36:56 +00:00
shell.py perhaps this is better english 2011-01-30 16:34:13 +00:00
subprocessng.py Minor code refactoring 2010-10-29 10:51:09 +00:00
target.py little stabilization regarding POST url(de/en)coding 2011-03-19 16:53:14 +00:00
testing.py code review of modules in lib/core directory 2011-01-15 12:13:45 +00:00
threads.py minor update toward the implementation of request from Santiago 2011-03-17 06:39:05 +00:00
unescaper.py Code cleanup 2011-02-06 22:32:44 +00:00
update.py update regarding a feature request from andyroyalbattle@yahoo.it 2011-03-18 16:35:30 +00:00
xmldump.py refactoring 2011-01-30 11:36:03 +00:00