mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
First commit for Issue #83
This commit is contained in:
parent
d834e8debf
commit
48f68bd076
2 changed files with 8 additions and 15 deletions
|
|
@ -677,7 +677,7 @@ def getDirs():
|
|||
if inputDir:
|
||||
directories.add(inputDir)
|
||||
|
||||
return directories
|
||||
return list(directories)
|
||||
|
||||
def filePathToString(filePath):
|
||||
strRepl = filePath.replace("/", "_").replace("\\", "_")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue