mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
code commit regarding Feature #119
This commit is contained in:
parent
4a72ad113a
commit
a58b36fe07
4 changed files with 130 additions and 6 deletions
|
|
@ -17,7 +17,6 @@ list =
|
|||
# Example: +ext:php +inurl:"&id=" +intext:"powered by "
|
||||
googleDork =
|
||||
|
||||
|
||||
[Request]
|
||||
|
||||
# HTTP method to perform HTTP requests.
|
||||
|
|
@ -100,6 +99,9 @@ retries = 3
|
|||
# Example: (google|yahoo)
|
||||
scope =
|
||||
|
||||
# Load HTTP request from a file
|
||||
# Example (file content): POST /login.jsp HTTP/1.1\nUser-Agent: Mozilla/4.0\n\nuserid=joe&password=guessme
|
||||
requestFile =
|
||||
|
||||
[Injection]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue