mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
minor update
This commit is contained in:
parent
2d3c12d2d0
commit
1ec56f93ec
|
@ -720,8 +720,6 @@ def checkDynamicContent(firstPage, secondPage):
|
|||
secondPage, _ = Request.queryPage(content=True)
|
||||
findDynamicContent(firstPage, secondPage)
|
||||
|
||||
setDynamicMarkings(kb.dynamicMarkings)
|
||||
|
||||
def checkStability():
|
||||
"""
|
||||
This function checks if the URL content is stable requesting the
|
||||
|
|
|
@ -33,6 +33,7 @@ from lib.core.data import conf
|
|||
from lib.core.data import kb
|
||||
from lib.core.data import logger
|
||||
from lib.core.data import queries
|
||||
from lib.core.enums import CHARSET_TYPE
|
||||
from lib.core.enums import DBMS
|
||||
from lib.core.enums import EXPECTED
|
||||
from lib.core.enums import PAYLOAD
|
||||
|
@ -213,7 +214,7 @@ def __goInferenceProxy(expression, fromUser=False, expected=None, batch=False, u
|
|||
countedExpression = countedExpression[:untilOrderChar]
|
||||
|
||||
if not stopLimit:
|
||||
count = __goInference(payload, countedExpression, 2, firstChar, lastChar)
|
||||
count = __goInference(payload, countedExpression, CHARSET_TYPE.DIGITS, firstChar, lastChar)
|
||||
|
||||
if isNumPosStrValue(count):
|
||||
count = int(count)
|
||||
|
|
Loading…
Reference in New Issue
Block a user