This commit is contained in:
Miroslav Stampar
2018-06-12 23:02:38 +02:00
parent 6b06332896
commit 220c1be162
5 changed files with 33 additions and 16 deletions

View File

@@ -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()