mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-30 11:29:02 +00:00
Minor bug fix to correctly enumerate columns on Microsoft SQL Server.
Minor adjustments to XML signatures. Updated documentation.
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
# 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.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
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user