mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Trivial patch
This commit is contained in:
@@ -4476,6 +4476,9 @@ def findPageForms(content, url, raise_=False, addToTargets=False):
|
||||
# flag to know if we are dealing with the same target host
|
||||
_ = checkSameHost(response.geturl(), url)
|
||||
|
||||
if data:
|
||||
data = data.lstrip("&=").rstrip('&')
|
||||
|
||||
if conf.scope:
|
||||
if not re.search(conf.scope, url, re.I):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user