mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 04:53:48 +03:00
Typo
This commit is contained in:
parent
70f6eab715
commit
3596f81e6a
|
@ -154,7 +154,7 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
|
||||||
errMsg += "is unlikely to receive commands send from you"
|
errMsg += "is unlikely to receive commands send from you"
|
||||||
logger.error(errMsg)
|
logger.error(errMsg)
|
||||||
|
|
||||||
if kb.dbms in ( DBMS.MYSQL, DBMS.POSGRESQL ):
|
if kb.dbms in ( DBMS.MYSQL, DBMS.POSTGRESQL ):
|
||||||
self.sysUdfs.pop("sys_bineval")
|
self.sysUdfs.pop("sys_bineval")
|
||||||
|
|
||||||
if kb.stackedTest or conf.direct:
|
if kb.stackedTest or conf.direct:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user