sqlmap/lib/controller
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
..
__init__.py Update of copyright string 2016-01-06 00:06:12 +01:00
action.py Minor cosmetics 2016-09-02 16:10:11 +02:00
checks.py Some refactoring 2016-12-19 23:47:39 +01:00
controller.py Fix the logic used for --param-exclude 2016-12-28 12:25:05 +01:00
handler.py Removing bad decision for -d (user should be able to choose) 2016-10-17 22:32:23 +02:00