mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +03:00
025e9ac5b4
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. |
||
---|---|---|
.. | ||
__init__.py | ||
action.py | ||
checks.py | ||
controller.py | ||
handler.py |