Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3596f81

Browse files
committed
Typo
1 parent 70f6eab commit 3596f81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generic/takeover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def osPwn(self):
154154
errMsg += "is unlikely to receive commands send from you"
155155
logger.error(errMsg)
156156

157-
if kb.dbms in ( DBMS.MYSQL, DBMS.POSGRESQL ):
157+
if kb.dbms in ( DBMS.MYSQL, DBMS.POSTGRESQL ):
158158
self.sysUdfs.pop("sys_bineval")
159159

160160
if kb.stackedTest or conf.direct:

0 commit comments

Comments
 (0)