mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor patch (to accept * inside urls in request files too)
This commit is contained in:
@@ -280,7 +280,7 @@ def _feedTargetsDict(reqFile, addedTargetUrls):
|
||||
method = match.group(1)
|
||||
url = match.group(2)
|
||||
|
||||
if "?" in line and "=" in line:
|
||||
if any(_ in line for _ in ('?', '=', CUSTOM_INJECTION_MARK_CHAR)):
|
||||
params = True
|
||||
|
||||
getPostReq = True
|
||||
|
||||
Reference in New Issue
Block a user