mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementation of an Issue #147
This commit is contained in:
parent
74ee0ce78a
commit
f358ab2e73
4 changed files with 10 additions and 1 deletions
|
|
@ -398,6 +398,9 @@ def __createTargetDirs():
|
|||
|
||||
conf.outputPath = tempDir
|
||||
|
||||
with open(os.path.join(conf.outputPath, "target.txt"), "w+") as f:
|
||||
f.write(kb.originalUrls.get(conf.url) or conf.url or conf.hostname)
|
||||
|
||||
__createDumpDir()
|
||||
__createFilesDir()
|
||||
__configureDumper()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue