mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
minor bug fix
This commit is contained in:
@@ -173,6 +173,9 @@ class Web:
|
||||
self.__webFileInject(stagerContent, stagerName, directory)
|
||||
requestDir = ntToPosixSlashes(directory)
|
||||
|
||||
if not requestDir:
|
||||
continue
|
||||
|
||||
if requestDir[-1] != '/':
|
||||
requestDir += '/'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user