mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
implemented --banner for MaxDB and some minor fixes
This commit is contained in:
parent
49bf34ffd9
commit
cd0d4135ac
7 changed files with 17 additions and 59 deletions
|
|
@ -479,6 +479,9 @@ class XMLNode:
|
|||
else:
|
||||
raise IndexError(idx)
|
||||
|
||||
def __contains__(self, k):
|
||||
return self._has_key(k)
|
||||
|
||||
def _addNode(self, child):
|
||||
"""
|
||||
Tries to append a child node to the tree, and returns it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue