mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 02:53:46 +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
|
||||
"""
|
||||
|
||||
if web:
|
||||
if web and self.webBackdoorFilePath:
|
||||
logger.info("cleaning up the web files uploaded")
|
||||
|
||||
self.delRemoteFile(self.webStagerFilePath)
|
||||
|
|
Loading…
Reference in New Issue
Block a user