mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 05:39:16 +00:00
Minor fix
This commit is contained in:
@@ -22,10 +22,6 @@ logFile =
|
||||
# Example (file content): POST /login.jsp HTTP/1.1\nHost: example.com\nUser-Agent: Mozilla/4.0\n\nuserid=joe&password=guessme
|
||||
requestFile =
|
||||
|
||||
# Load session from a stored (.sqlite) file
|
||||
# Example: output/www.target.com/session.sqlite
|
||||
sessionFile =
|
||||
|
||||
# Rather than providing a target URL, let Google return target
|
||||
# hosts as result of your Google dork expression. For a list of Google
|
||||
# dorks see Johnny Long Google Hacking Database at
|
||||
@@ -569,6 +565,10 @@ regType =
|
||||
# These options can be used to set some general working parameters.
|
||||
[General]
|
||||
|
||||
# Load session from a stored (.sqlite) file
|
||||
# Example: output/www.target.com/session.sqlite
|
||||
sessionFile =
|
||||
|
||||
# Log all HTTP traffic into a textual file.
|
||||
trafficFile =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user