mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-19 22:16:24 +00:00
Patch for an Issue #1121
This commit is contained in:
parent
e73ac6c8e3
commit
393659ffbf
2 changed files with 7 additions and 3 deletions
|
|
@ -213,6 +213,9 @@ class Web:
|
|||
if success:
|
||||
break
|
||||
|
||||
if not directory:
|
||||
continue
|
||||
|
||||
uploaded = False
|
||||
directory = ntToPosixSlashes(normalizePath(directory))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue