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