mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor fix
This commit is contained in:
parent
eb8e12b7c2
commit
e7ddc2fcab
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user