mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Update of xml/banner files
This commit is contained in:
parent
b5b32c951c
commit
44f6951dfe
8 changed files with 83 additions and 22 deletions
|
|
@ -31,7 +31,7 @@ def headersParser(headers):
|
|||
"x-powered-by": os.path.join(paths.SQLMAP_XML_BANNER_PATH, "x-powered-by.xml"),
|
||||
}
|
||||
|
||||
for header in itertools.ifilter(lambda x: x in kb.headerPaths, headers):
|
||||
for header in itertools.ifilter(lambda _: _ in kb.headerPaths, headers):
|
||||
value = headers[header]
|
||||
xmlfile = kb.headerPaths[header]
|
||||
handler = FingerprintHandler(value, kb.headersFp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue