mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fix for an Issue #88
This commit is contained in:
@@ -89,6 +89,9 @@ class Miscellaneous:
|
||||
kb.bannerFp["dbmsVersion"] = (kb.bannerFp["dbmsVersion"] or "").replace(",", "").replace("-", "").replace(" ", "")
|
||||
|
||||
def delRemoteFile(self, filename):
|
||||
if not filename:
|
||||
return
|
||||
|
||||
self.checkDbmsOs()
|
||||
|
||||
if Backend.isOs(OS.WINDOWS):
|
||||
|
||||
Reference in New Issue
Block a user