mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor just in case update
This commit is contained in:
@@ -1589,7 +1589,7 @@ def getFilteredPageContent(page, onlyText=True):
|
|||||||
return retVal
|
return retVal
|
||||||
|
|
||||||
def getPageWordSet(page):
|
def getPageWordSet(page):
|
||||||
retVal = None
|
retVal = set()
|
||||||
|
|
||||||
# only if the page's charset has been successfully identified
|
# only if the page's charset has been successfully identified
|
||||||
if isinstance(page, unicode):
|
if isinstance(page, unicode):
|
||||||
|
|||||||
Reference in New Issue
Block a user