mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
fix for a bug reported by nightman@email.de
This commit is contained in:
@@ -228,8 +228,8 @@ class Web:
|
||||
else:
|
||||
continue
|
||||
|
||||
localPath = os.path.normpath(localPath).rstrip('/')
|
||||
uriPath = os.path.normpath(uriPath).rstrip('/')
|
||||
localPath = posixpath.normpath(localPath).rstrip('/')
|
||||
uriPath = posixpath.normpath(uriPath).rstrip('/')
|
||||
|
||||
# Upload the file stager
|
||||
self.__webFileInject(stagerContent, stagerName, localPath)
|
||||
|
||||
Reference in New Issue
Block a user