mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update (for future implementation of more advanced error page logic)
This commit is contained in:
parent
10ab6371f2
commit
56dbf0038f
3 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class htmlHandler(ContentHandler):
|
|||
if self.__match:
|
||||
self.dbms = self.__dbms
|
||||
self.__match = None
|
||||
kb.errorPages.add(self.__page)
|
||||
|
||||
def htmlParser(page):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue