mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Removing / from auto directories (it doesn't make sense to auto-test for uploading to /)
This commit is contained in:
parent
1069399668
commit
3cfdb5ff0f
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ def getManualDirectories():
|
|||
return directories
|
||||
|
||||
def getAutoDirectories():
|
||||
retVal = set("/")
|
||||
retVal = set()
|
||||
|
||||
if kb.absFilePaths:
|
||||
infoMsg = "retrieved web server absolute paths: "
|
||||
|
|
|
|||
Loading…
Reference in a new issue