mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Another update for an Issue #79
This commit is contained in:
parent
b916db34a4
commit
33980adaef
2 changed files with 1 additions and 3 deletions
|
|
@ -267,7 +267,7 @@ def __feedTargetsDict(reqFile, addedTargetUrls):
|
|||
|
||||
# POST parameters
|
||||
elif data is not None and params:
|
||||
data += line
|
||||
data += "%s%s" % ("\n" if data else "", line)
|
||||
|
||||
# GET parameters
|
||||
elif "?" in line and "=" in line and ": " not in line:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue