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