mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #3948
This commit is contained in:
parent
9fd4a4f0d1
commit
aed137ad80
10 changed files with 42 additions and 14 deletions
|
|
@ -20,6 +20,7 @@ import thirdparty.chardet.universaldetector
|
|||
|
||||
from lib.core.common import filterNone
|
||||
from lib.core.common import getSafeExString
|
||||
from lib.core.common import isDigit
|
||||
from lib.core.common import isListLike
|
||||
from lib.core.common import readInput
|
||||
from lib.core.common import shellExec
|
||||
|
|
@ -62,6 +63,7 @@ def resolveCrossReferences():
|
|||
Place for cross-reference resolution
|
||||
"""
|
||||
|
||||
lib.core.threads.isDigit = isDigit
|
||||
lib.core.threads.readInput = readInput
|
||||
lib.core.common.getPageTemplate = getPageTemplate
|
||||
lib.core.convert.filterNone = filterNone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue