sqlmap/lib
CrazyKidJack 5c55602296
Fix --cookie-del (cookieDel) error checking (#5198)
error checking was checking if len(conf.cookieDel) which always returns true when option is used. Now it checks if len(conf.cookieDel) != 1
2022-10-17 11:59:17 +02:00
..
controller Fixes #5154 2022-08-04 09:20:52 +02:00
core Fix --cookie-del (cookieDel) error checking (#5198) 2022-10-17 11:59:17 +02:00
parse Implements option --csrf-data (#5199) 2022-10-17 11:52:22 +02:00
request Implements option --csrf-data (#5199) 2022-10-17 11:52:22 +02:00
takeover Fixing DeprecationWarning (logger.warn) 2022-06-22 12:04:34 +02:00
techniques Improvement regarding #5171 2022-09-13 22:59:34 +02:00
utils Some DeprecationWarning fixes 2022-06-22 13:05:41 +02:00
__init__.py Copyright year bump 2022-01-03 11:30:34 +01:00