mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 21:13:51 +03:00
Remove debugging which prevents sqlmap from running smoothly
This commit is contained in:
parent
b2855e0281
commit
6d756317c3
|
@ -2169,8 +2169,6 @@ def _basicOptionValidation():
|
||||||
raise SqlmapFilePathException(errMsg)
|
raise SqlmapFilePathException(errMsg)
|
||||||
|
|
||||||
def _resolveCrossReferences():
|
def _resolveCrossReferences():
|
||||||
import pdb
|
|
||||||
pdb.set_trace()
|
|
||||||
lib.core.threads.readInput = readInput
|
lib.core.threads.readInput = readInput
|
||||||
lib.core.common.getPageTemplate = getPageTemplate
|
lib.core.common.getPageTemplate = getPageTemplate
|
||||||
lib.core.common.setHTTPProxy = _setHTTPProxy
|
lib.core.common.setHTTPProxy = _setHTTPProxy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user