mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +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"
|
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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user