mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Another update for an Issue #79
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user