mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor update of help text
This commit is contained in:
12
sqlmap.conf
12
sqlmap.conf
@@ -43,16 +43,16 @@ sitemapUrl =
|
||||
# Force usage of given HTTP method (e.g. PUT).
|
||||
method =
|
||||
|
||||
# Data string to be sent through POST.
|
||||
# Data string to be sent through POST (e.g. "id=1").
|
||||
data =
|
||||
|
||||
# Character used for splitting parameter values.
|
||||
# Character used for splitting parameter values (e.g. &).
|
||||
paramDel =
|
||||
|
||||
# HTTP Cookie header value.
|
||||
# HTTP Cookie header value (e.g. "PHPSESSID=a8d127e..").
|
||||
cookie =
|
||||
|
||||
# Character used for splitting cookie values.
|
||||
# Character used for splitting cookie values (e.g. ;).
|
||||
cookieDel =
|
||||
|
||||
# File containing cookies in Netscape/wget format.
|
||||
@@ -98,7 +98,7 @@ authCred =
|
||||
# Syntax: key_file
|
||||
authFile =
|
||||
|
||||
# Ignore HTTP error code (e.g. 401).
|
||||
# Ignore (problematic) HTTP error code (e.g. 401).
|
||||
# Valid: integer
|
||||
ignoreCode =
|
||||
|
||||
@@ -746,7 +746,7 @@ updateAll = False
|
||||
# Run host OS command(s) when SQL injection is found.
|
||||
alert =
|
||||
|
||||
# Set question answers (e.g. "quit=N,follow=N").
|
||||
# Set predefined answers (e.g. "quit=N,follow=N").
|
||||
answers =
|
||||
|
||||
# Beep on question and/or when SQL injection is found.
|
||||
|
||||
Reference in New Issue
Block a user