Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b55840

Browse files
committed
cleanup configuration INI file
1 parent ec11f50 commit 7b55840

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

sqlmap.conf

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,7 @@
33
# Target URL.
44
# Example: http://192.168.1.121/sqlmap/mysql/get_int.php?id=1&cat=2
55
# PHP and MySQL (local)
6-
url = http://127.0.0.1/sqlmap/mysql/get_int.php?id=1
7-
#url = http://127.0.0.1/sqlmap/mysql/get_int_partialunion.php?id=1
8-
# PHP and Oracle (local)
9-
#url = http://127.0.0.1/sqlmap/oracle/get_int.php?id=1
10-
# PHP and PostgreSQL (local)
11-
#url = http://127.0.0.1/sqlmap/pgsql/get_int.php?id=1
12-
# PHP and Microsoft SQL Server (remote)
13-
#url = http://127.0.0.1/sqlmap/mssql/get_int.php?id=1
14-
# PHP and MySQL (remote on Windows)
15-
#url = http://127.0.0.1/sqlmap/mysql/win_get_int.php?id=1
16-
# ASP and Microsoft SQL Server (local)
17-
#url = http://192.168.192.10/sqlmap/get_str.asp?name=luther
18-
# ASP and MySQL (local)
19-
#url = http://192.168.192.10/sqlmap/get_int.asp?id=1
20-
# ASP.NET and MySQL (local)
21-
#url = http://192.168.192.10/sqlmap/get_int.aspx?id=1
22-
#url =
6+
url =
237

248
# Parse targets from Burp or WebScarab logs
259
# Valid: Burp proxy (http://portswigger.net/suite/) requests log file path

0 commit comments

Comments
 (0)