mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
code reviewing part 2
This commit is contained in:
@@ -25,6 +25,8 @@ class htmlHandler(ContentHandler):
|
||||
"""
|
||||
|
||||
def __init__(self, page):
|
||||
ContentHandler.__init__(self)
|
||||
|
||||
self.__dbms = None
|
||||
self.__page = page
|
||||
self.__regexp = None
|
||||
|
||||
Reference in New Issue
Block a user