From 7b55840b352ae30d5d4338c3e0107784caec1d66 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 17 Dec 2008 00:22:27 +0000 Subject: [PATCH] cleanup configuration INI file --- sqlmap.conf | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/sqlmap.conf b/sqlmap.conf index 73c8646da..e5dd71581 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -3,23 +3,7 @@ # Target URL. # Example: http://192.168.1.121/sqlmap/mysql/get_int.php?id=1&cat=2 # PHP and MySQL (local) -url = http://127.0.0.1/sqlmap/mysql/get_int.php?id=1 -#url = http://127.0.0.1/sqlmap/mysql/get_int_partialunion.php?id=1 -# PHP and Oracle (local) -#url = http://127.0.0.1/sqlmap/oracle/get_int.php?id=1 -# PHP and PostgreSQL (local) -#url = http://127.0.0.1/sqlmap/pgsql/get_int.php?id=1 -# PHP and Microsoft SQL Server (remote) -#url = http://127.0.0.1/sqlmap/mssql/get_int.php?id=1 -# PHP and MySQL (remote on Windows) -#url = http://127.0.0.1/sqlmap/mysql/win_get_int.php?id=1 -# ASP and Microsoft SQL Server (local) -#url = http://192.168.192.10/sqlmap/get_str.asp?name=luther -# ASP and MySQL (local) -#url = http://192.168.192.10/sqlmap/get_int.asp?id=1 -# ASP.NET and MySQL (local) -#url = http://192.168.192.10/sqlmap/get_int.aspx?id=1 -#url = +url = # Parse targets from Burp or WebScarab logs # Valid: Burp proxy (http://portswigger.net/suite/) requests log file path