mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Update for an Issue #963
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user