Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7fbd1 commit 75f447cCopy full SHA for 75f447c
2 files changed
lib/core/option.py
@@ -92,7 +92,6 @@
92
from lib.core.exception import SqlmapUserQuitException
93
from lib.core.log import FORMATTER
94
from lib.core.optiondict import optDict
95
-from lib.core.purge import purge
96
from lib.core.settings import ACCESS_ALIASES
97
from lib.core.settings import BURP_REQUEST_REGEX
98
from lib.core.settings import BURP_XML_HISTORY_REGEX
@@ -146,6 +145,7 @@
146
145
from lib.utils.crawler import crawl
147
from lib.utils.deps import checkDependencies
148
from lib.utils.google import Google
+from lib.utils.purge import purge
149
from thirdparty.colorama.initialise import init as coloramainit
150
from thirdparty.keepalive import keepalive
151
from thirdparty.oset.pyoset import oset
lib/core/purge.py lib/utils/purge.pylib/core/purge.py renamed to lib/utils/purge.py
0 commit comments