mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Adding support for MemSQL (MySQL fork)
This commit is contained in:
parent
9f85412017
commit
b25181f061
7 changed files with 30 additions and 4 deletions
|
|
@ -52,6 +52,7 @@ class HTMLHandler(ContentHandler):
|
|||
if kb.cache.regex[regexp] in self._lower_page and re.search(regexp, self._urldecoded_page, re.I):
|
||||
self.dbms = self._dbms
|
||||
self._markAsErrorPage()
|
||||
kb.forkNote = kb.forkNote or attrs.get("fork")
|
||||
|
||||
def htmlParser(page):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue