mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Minor update of help text
This commit is contained in:
parent
1f2bdf5a3d
commit
9f6e04b141
4 changed files with 15 additions and 15 deletions
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue