refactoring of MSSQL XML banner parsing

This commit is contained in:
Miroslav Stampar
2011-01-31 11:38:00 +00:00
parent 14de5809ea
commit f9eac97fe8
4 changed files with 3174 additions and 1211 deletions

View File

@@ -100,9 +100,6 @@ IS_WIN = subprocess.mswindows
PLATFORM = os.name
PYVERSION = sys.version.split()[0]
# Url to update Microsoft SQL Server XML versions file from
MSSQL_VERSIONS_URL = "http://www.sqlsecurity.com/FAQs/SQLServerVersionDatabase/tabid/63/Default.aspx"
# Database management system specific variables
MSSQL_SYSTEM_DBS = ( "Northwind", "model", "msdb", "pubs", "tempdb" )
MYSQL_SYSTEM_DBS = ( "information_schema", "mysql" ) # Before MySQL 5.0 only "mysql"