mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-15 20:29:04 +00:00
Minor fix
This commit is contained in:
@@ -711,7 +711,7 @@ def getDirs():
|
||||
warnMsg = "unable to retrieve automatically any web server path"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
webDir = extractRegexResult(r"//[^/]+?/(?P<result>.*)/.", conf.url)
|
||||
webDir = extractRegexResult(r"//[^/]+?/(?P<result>.*)/", conf.url)
|
||||
if webDir:
|
||||
directories.add(webDir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user