mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-13 10:00:36 +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:
|
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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user