mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Fix for an Issue #653
This commit is contained in:
parent
930c3e3c5a
commit
3710a7051b
|
@ -242,6 +242,7 @@ def _feedTargetsDict(reqFile, addedTargetUrls):
|
|||
|
||||
for match in reqResList:
|
||||
request = match if isinstance(match, basestring) else match.group(0)
|
||||
request = re.sub(r"\A[^\w]+", "", request)
|
||||
|
||||
schemePort = re.search(r"(http[\w]*)\:\/\/.*?\:([\d]+).+?={10,}", request, re.I | re.S)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user