mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
cleanup configuration INI file
This commit is contained in:
parent
ec11f502df
commit
7b55840b35
18
sqlmap.conf
18
sqlmap.conf
|
@ -3,23 +3,7 @@
|
||||||
# Target URL.
|
# Target URL.
|
||||||
# Example: http://192.168.1.121/sqlmap/mysql/get_int.php?id=1&cat=2
|
# Example: http://192.168.1.121/sqlmap/mysql/get_int.php?id=1&cat=2
|
||||||
# PHP and MySQL (local)
|
# PHP and MySQL (local)
|
||||||
url = http://127.0.0.1/sqlmap/mysql/get_int.php?id=1
|
url =
|
||||||
#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 =
|
|
||||||
|
|
||||||
# Parse targets from Burp or WebScarab logs
|
# Parse targets from Burp or WebScarab logs
|
||||||
# Valid: Burp proxy (http://portswigger.net/suite/) requests log file path
|
# Valid: Burp proxy (http://portswigger.net/suite/) requests log file path
|
||||||
|
|
Loading…
Reference in New Issue
Block a user