mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Speedup of caching for char encoding (non-Unicode chars in page)
This commit is contained in:
parent
b3e454d0b1
commit
eeacab0f19
4 changed files with 8 additions and 2 deletions
|
|
@ -252,6 +252,9 @@ class Connect(object):
|
|||
singleTimeWarnMessage(warnMsg)
|
||||
break
|
||||
|
||||
if conf.yuge:
|
||||
retVal = 100 * retVal
|
||||
|
||||
return retVal
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue