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:
@@ -18,6 +18,8 @@ class FingerprintHandler(ContentHandler):
|
||||
"""
|
||||
|
||||
def __init__(self, banner, info):
|
||||
ContentHandler.__init__(self)
|
||||
|
||||
self.__banner = sanitizeStr(banner)
|
||||
self.__regexp = None
|
||||
self.__match = None
|
||||
|
||||
Reference in New Issue
Block a user