sqlmap/lib/request
2011-01-05 12:09:57 +00:00
..
__init__.py sorry, cosmetics 2010-10-14 23:18:29 +00:00
basic.py implementation of a feature suggested by pan@knownsec.com (usage of charset type from http-equiv attribute in case when charset is not defined in headers) 2011-01-04 15:49:20 +00:00
basicauthhandler.py minor update regarding last commit 2011-01-05 12:09:57 +00:00
certhandler.py sorry, cosmetics 2010-10-14 23:18:29 +00:00
comparison.py minor update 2010-12-27 18:27:42 +00:00
connect.py fix for a bug reported by shaohua pan (UnicodeDecodeError: 'ascii' codec can't decode...) 2011-01-04 12:51:51 +00:00
direct.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
inject.py minor bug fix 2010-12-31 12:04:39 +00:00
methodrequest.py More layout adjustments 2010-10-15 10:28:34 +00:00
proxy.py sorry, cosmetics 2010-10-14 23:18:29 +00:00
rangehandler.py added Range handler (dealing with 206 HTTP messages) 2010-11-08 12:26:13 +00:00
redirecthandler.py Ugly code to set the cookies when got them from a 302 redirect too 2010-12-03 17:41:10 +00:00
templates.py fix for one of those more complex bugs (comparison was returning None while original page and/or page template were already had already DBMS error inside) 2010-12-24 12:13:48 +00:00