mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
important update regarding (Bug #209) - probably more will be needed
This commit is contained in:
parent
a921fe0d5d
commit
5a38ac7ea9
21 changed files with 130 additions and 130 deletions
|
|
@ -92,7 +92,7 @@ def bannerParser(banner):
|
|||
"""
|
||||
|
||||
xmlfile = None
|
||||
|
||||
|
||||
if kb.dbms == "Microsoft SQL Server":
|
||||
xmlfile = paths.MSSQL_XML
|
||||
elif kb.dbms == "MySQL":
|
||||
|
|
@ -104,7 +104,7 @@ def bannerParser(banner):
|
|||
|
||||
if not xmlfile:
|
||||
return
|
||||
|
||||
|
||||
checkFile(xmlfile)
|
||||
|
||||
if kb.dbms == "Microsoft SQL Server":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue