mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-23 13:58:27 +00:00
Fixes special cases (e.g. cookie with asterisk skipped GET/POST tests)
This commit is contained in:
parent
e21d4ae344
commit
1a026e08dc
2 changed files with 1 additions and 4 deletions
|
|
@ -485,9 +485,6 @@ def start():
|
|||
if skip:
|
||||
continue
|
||||
|
||||
if kb.testOnlyCustom and place not in (PLACE.URI, PLACE.CUSTOM_POST, PLACE.CUSTOM_HEADER):
|
||||
continue
|
||||
|
||||
if place not in conf.paramDict:
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue