mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
some updates
This commit is contained in:
parent
8b0a132fa9
commit
43892cddbb
6 changed files with 31 additions and 5 deletions
|
|
@ -57,7 +57,7 @@ class htmlHandler(ContentHandler):
|
|||
if self.__match:
|
||||
self.dbms = self.__dbms
|
||||
self.__match = None
|
||||
kb.lastErrorPage = (kb.requestUID, self.__page)
|
||||
kb.lastErrorPage = (kb.lastRequestUID, self.__page)
|
||||
|
||||
def htmlParser(page):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue