sqlmap/lib
Francisco Blas Izquierdo Riera (klondike) 025e9ac5b4
Fix the logic used for --param-exclude
The current logic will skip all existing parameters if no param-exclude is defined.
This breaks previous behaviour, makes it harder to use the tool and is quite confusing.

The new logic will always check the parameter is set before running any other checks instead of shortcircuit an empoty(always true) regexp.
2016-12-28 12:25:05 +01:00
..
controller Fix the logic used for --param-exclude 2016-12-28 12:25:05 +01:00
core Adding new option --param-exclude on private request 2016-12-25 23:16:44 +01:00
parse Adding new option --param-exclude on private request 2016-12-25 23:16:44 +01:00
request Minor patches (and one bug from ML) 2016-12-20 09:53:44 +01:00
takeover Some refactoring 2016-12-19 23:47:39 +01:00
techniques Some refactoring 2016-12-19 23:47:39 +01:00
utils Minor patches (and one bug from ML) 2016-12-20 09:53:44 +01:00
__init__.py Update of copyright string 2016-01-06 00:06:12 +01:00