mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Removing / from auto directories (it doesn't make sense to auto-test for uploading to /)
This commit is contained in:
@@ -716,7 +716,7 @@ def getManualDirectories():
|
||||
return directories
|
||||
|
||||
def getAutoDirectories():
|
||||
retVal = set("/")
|
||||
retVal = set()
|
||||
|
||||
if kb.absFilePaths:
|
||||
infoMsg = "retrieved web server absolute paths: "
|
||||
|
||||
Reference in New Issue
Block a user