Skip to content

Commit 954bd54

Browse files
committed
Fix for an Issue sqlmapproject#895
1 parent 05b446b commit 954bd54

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/dbms/mysql/takeover.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
See the file 'doc/COPYING' for copying permission
66
"""
77

8+
import os
89
import re
910

1011
from lib.core.agent import agent

plugins/dbms/postgresql/takeover.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
See the file 'doc/COPYING' for copying permission
66
"""
77

8+
import os
9+
810
from lib.core.common import Backend
911
from lib.core.common import randomStr
1012
from lib.core.data import kb

0 commit comments

Comments
 (0)