mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 21:59:20 +00:00
Cosmetics
This commit is contained in:
@@ -1609,6 +1609,7 @@ def extractRegexResult(regex, content, flags=0):
|
||||
|
||||
if regex and content and '?P<result>' in regex:
|
||||
match = re.search(regex, content, flags)
|
||||
|
||||
if match:
|
||||
retVal = match.group("result")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user