mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #3145
This commit is contained in:
parent
c268663bd9
commit
6b06332896
3 changed files with 4 additions and 4 deletions
|
|
@ -83,6 +83,7 @@ def _setRequestParams():
|
|||
conf.parameters[None] = "direct connection"
|
||||
return
|
||||
|
||||
hintNames = []
|
||||
testableParameters = False
|
||||
|
||||
# Perform checks on GET parameters
|
||||
|
|
@ -101,7 +102,6 @@ def _setRequestParams():
|
|||
|
||||
if conf.data is not None:
|
||||
conf.method = HTTPMETHOD.POST if not conf.method or conf.method == HTTPMETHOD.GET else conf.method
|
||||
hintNames = []
|
||||
|
||||
def process(match, repl):
|
||||
retVal = match.group(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue