mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fixes #3144
This commit is contained in:
parent
6b06332896
commit
220c1be162
5 changed files with 33 additions and 16 deletions
|
|
@ -57,6 +57,7 @@ try:
|
|||
from lib.core.exception import SqlmapUserQuitException
|
||||
from lib.core.option import initOptions
|
||||
from lib.core.option import init
|
||||
from lib.core.patch import dirtyPatches
|
||||
from lib.core.settings import GIT_PAGE
|
||||
from lib.core.settings import IS_WIN
|
||||
from lib.core.settings import LEGAL_DISCLAIMER
|
||||
|
|
@ -114,6 +115,7 @@ def main():
|
|||
"""
|
||||
|
||||
try:
|
||||
dirtyPatches()
|
||||
checkEnvironment()
|
||||
setPaths(modulePath())
|
||||
banner()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue