mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
didn't know this to be honest
This commit is contained in:
parent
0676b38063
commit
690281dce1
|
@ -1183,7 +1183,10 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.osVersion = None
|
||||
kb.osSP = None
|
||||
|
||||
kb.pageEncoding = None
|
||||
# Default page encoding for HTML documents
|
||||
# Reference: http://en.wikipedia.org/wiki/ISO/IEC_8859-1
|
||||
kb.pageEncoding = 'iso-8859-1'
|
||||
|
||||
kb.pageStable = None
|
||||
kb.partRun = None
|
||||
kb.proxyAuthHeader = None
|
||||
|
|
Loading…
Reference in New Issue
Block a user