sqlmap/lib/core
2011-01-27 19:44:24 +00:00
..
__init__.py sorry, cosmetics 2010-10-14 23:18:29 +00:00
agent.py centralization of urlencoding should be (only) in connect.py and we are from now on handling non-urlencoded data at other levels 2011-01-27 19:44:24 +00:00
common.py major bug fix reported by Ahmed Shawky (there was a possibility of double url encoding of parameter values) 2011-01-27 18:36:28 +00:00
convert.py code review of modules in lib/core directory 2011-01-15 12:13:45 +00:00
data.py important update regarding restoring of potentially changed switch values in multi-target mode and/or missing switch values in resume mode 2011-01-02 10:37:32 +00:00
datatype.py More code cleanup 2011-01-15 23:11:36 +00:00
dump.py bug fix (UnboundLocalError: local variable 'colType' referenced before assignment) 2011-01-19 21:46:43 +00:00
enums.py Major code refactoring - moved to one location only (getIdentifiedDBMS() in common.py) the retrieval of identified/fingerprinted DBMS. 2011-01-13 17:36:54 +00:00
exception.py revert 2011-01-23 11:21:27 +00:00
option.py Minor bug fix to properly deal --prefix and --suffix and parameter replace payloads 2011-01-24 12:25:45 +00:00
optiondict.py refactoring, code clearing and removal of obsolete switch --longest-common 2011-01-14 14:37:03 +00:00
profiling.py update for a previous update (putting conf.dataEncoding in getUnicode wherever we know that data won't be 'touched' or 'used' in anyway related to the current web page - if not sure, just leave it as it is) 2011-01-03 22:31:29 +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 fixes for bugs reported by pragmatk@gmail.com 2011-01-06 16:59:58 +00:00
revision.py Cosmetics 2010-10-19 23:09:30 +00:00
session.py fix for proper Firebird resume of version 2011-01-24 11:04:32 +00:00
settings.py minor refactoring before a huge bug fix reported by Ahmed Shawky (we are falsely urlencoding ORIGINAL part of the injection payload) 2011-01-27 16:55:58 +00:00
shell.py minor updates 2011-01-27 12:38:39 +00:00
subprocessng.py Minor code refactoring 2010-10-29 10:51:09 +00:00
target.py major bug fix reported by Ahmed Shawky (there was a possibility of double url encoding of parameter values) 2011-01-27 18:36:28 +00:00
testing.py code review of modules in lib/core directory 2011-01-15 12:13:45 +00:00
threads.py slightly faster and thread safer inference 2011-01-16 10:52:42 +00:00
unescaper.py Centralization of unescape() 2011-01-20 21:55:13 +00:00
update.py code review of modules in lib/core directory 2011-01-15 12:13:45 +00:00
xmldump.py code review part 3 2011-01-15 13:15:10 +00:00