mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 04:53:48 +03:00
Update for an Issue #963
This commit is contained in:
parent
69cdad4148
commit
2284535267
|
@ -557,6 +557,9 @@ def paramToDict(place, parameters=None):
|
||||||
if len(parts) >= 2:
|
if len(parts) >= 2:
|
||||||
parameter = urldecode(parts[0].replace(" ", ""))
|
parameter = urldecode(parts[0].replace(" ", ""))
|
||||||
|
|
||||||
|
if not parameter:
|
||||||
|
continue
|
||||||
|
|
||||||
if conf.paramDel and conf.paramDel == '\n':
|
if conf.paramDel and conf.paramDel == '\n':
|
||||||
parts[-1] = parts[-1].rstrip()
|
parts[-1] = parts[-1].rstrip()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user