From fc283725969b54cd439edbd66f0eb15cb16f97d0 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sun, 26 Oct 2008 16:06:43 +0000 Subject: [PATCH] Added a comment --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 066898100..ed28b8497 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -54,7 +54,7 @@ SQLMAP_SOURCE_URL = "http://downloads.sourceforge.net/sqlmap/sqlmap-%s.zip" # Database managemen system specific variables MSSQL_SYSTEM_DBS = ( "Northwind", "model", "msdb", "pubs", "tempdb" ) -MYSQL_SYSTEM_DBS = ( "information_schema", "mysql" ) +MYSQL_SYSTEM_DBS = ( "information_schema", "mysql" ) # Before MySQL 5.0 only "mysql" PGSQL_SYSTEM_DBS = ( "information_schema", "pg_catalog" ) ORACLE_SYSTEM_DBS = ( "SYSTEM", "SYSAUX" )