mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Avoid waiting 30 seconds when cleaning up the dbms and file system from sqlmap data
This commit is contained in:
@@ -153,7 +153,8 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
|
||||
errMsg += "is unlikely to receive commands send from you"
|
||||
logger.error(errMsg)
|
||||
|
||||
self.sysUdfs.pop("sys_bineval")
|
||||
if kb.dbms in ( "MySQL", "PostgreSQL" ):
|
||||
self.sysUdfs.pop("sys_bineval")
|
||||
|
||||
if kb.stackedTest or conf.direct:
|
||||
web = False
|
||||
|
||||
Reference in New Issue
Block a user