mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor cosmetics
This commit is contained in:
parent
5d37df6104
commit
5764816891
16 changed files with 45 additions and 45 deletions
|
|
@ -100,7 +100,7 @@ def bannerParser(banner):
|
|||
xmlfile = paths.MYSQL_XML
|
||||
elif kb.dbms == DBMS.ORACLE:
|
||||
xmlfile = paths.ORACLE_XML
|
||||
elif kb.dbms == DBMS.POSTGRESQL:
|
||||
elif kb.dbms == DBMS.PGSQL:
|
||||
xmlfile = paths.PGSQL_XML
|
||||
|
||||
if not xmlfile:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue