mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Patch for an Issue #237
This commit is contained in:
parent
e7e83defaa
commit
181c3534f0
6 changed files with 20 additions and 7 deletions
|
|
@ -22,6 +22,10 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue