mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
speed optimization and bug fix (kb.absFilePaths were not stored previously; also, they are now extracted only in heuristic phase)
This commit is contained in:
parent
493e436e16
commit
2ed3efba12
6 changed files with 49 additions and 20 deletions
|
|
@ -44,7 +44,6 @@ from lib.core.settings import MIN_STATISTICAL_RANGE
|
|||
from lib.core.settings import MIN_UNION_RESPONSES
|
||||
from lib.core.settings import ORDER_BY_STEP
|
||||
from lib.core.unescaper import unescaper
|
||||
from lib.parse.html import htmlParser
|
||||
from lib.request.comparison import comparison
|
||||
from lib.request.connect import Connect as Request
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue