Implementation of #3156

This commit is contained in:
Miroslav Stampar
2018-06-20 23:04:58 +02:00
parent 72ff6e24ff
commit 27ff5d6fec
6 changed files with 20 additions and 6 deletions

View File

@@ -1274,6 +1274,7 @@ def setPaths(rootPath):
paths.SQLMAP_FILES_PATH = os.path.join(paths.SQLMAP_OUTPUT_PATH, "%s", "files")
# sqlmap files
paths.API_SHELL_HISTORY = os.path.join(_, "api.hst")
paths.OS_SHELL_HISTORY = os.path.join(_, "os.hst")
paths.SQL_SHELL_HISTORY = os.path.join(_, "sql.hst")
paths.SQLMAP_SHELL_HISTORY = os.path.join(_, "sqlmap.hst")