mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-28 20:43:49 +03:00
minor fix to avoid cleanup() if web backdoor upload failed
This commit is contained in:
parent
e80e51ee48
commit
52431402dd
|
@ -112,7 +112,7 @@ class Miscellaneous:
|
||||||
and functions
|
and functions
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if web:
|
if web and self.webBackdoorFilePath:
|
||||||
logger.info("cleaning up the web files uploaded")
|
logger.info("cleaning up the web files uploaded")
|
||||||
|
|
||||||
self.delRemoteFile(self.webStagerFilePath)
|
self.delRemoteFile(self.webStagerFilePath)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user