mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor patch
This commit is contained in:
@@ -228,7 +228,7 @@ def crawl(target, post=None, cookie=None):
|
||||
match = re.search(r"/[^/?]*\?.+\Z", value)
|
||||
if match:
|
||||
key = re.sub(r"=[^=&]*", "=", match.group(0)).strip("&?")
|
||||
if key not in seen:
|
||||
if '=' in key and key not in seen:
|
||||
results.add(target)
|
||||
seen.add(key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user