mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
fix for a bug reported by nightman@email.de
This commit is contained in:
parent
be9b8bca78
commit
9e453e8709
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user