mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-19 05:56:18 +00:00
Switching references from defunct testphp to testasp site
This commit is contained in:
parent
00003b2825
commit
2969563463
4 changed files with 12 additions and 12 deletions
|
|
@ -213,7 +213,7 @@ paths:
|
|||
value:
|
||||
success: true
|
||||
options:
|
||||
url: "http://testphp.vulnweb.com/artists.php?artist=1"
|
||||
url: "http://testasp.vulnweb.com/showforum.asp?id=1"
|
||||
batch: true
|
||||
threads: 1
|
||||
invalidTask:
|
||||
|
|
@ -254,7 +254,7 @@ paths:
|
|||
value:
|
||||
success: true
|
||||
options:
|
||||
url: "http://testphp.vulnweb.com/artists.php?artist=1"
|
||||
url: "http://testasp.vulnweb.com/showforum.asp?id=1"
|
||||
cookie: "id=1"
|
||||
unknownOption:
|
||||
value:
|
||||
|
|
@ -293,7 +293,7 @@ paths:
|
|||
cookie: "id=1"
|
||||
setTarget:
|
||||
value:
|
||||
url: "http://testphp.vulnweb.com/artists.php?artist=1"
|
||||
url: "http://testasp.vulnweb.com/showforum.asp?id=1"
|
||||
responses:
|
||||
"200":
|
||||
description: Options set, or an API-level failure envelope.
|
||||
|
|
@ -345,7 +345,7 @@ paths:
|
|||
examples:
|
||||
basicUrlScan:
|
||||
value:
|
||||
url: "http://testphp.vulnweb.com/artists.php?artist=1"
|
||||
url: "http://testasp.vulnweb.com/showforum.asp?id=1"
|
||||
responses:
|
||||
"200":
|
||||
description: Scan started, or an API-level failure envelope.
|
||||
|
|
@ -529,7 +529,7 @@ paths:
|
|||
description: Target output-directory name.
|
||||
schema:
|
||||
type: string
|
||||
example: testphp.vulnweb.com
|
||||
example: testasp.vulnweb.com
|
||||
- name: filename
|
||||
in: path
|
||||
required: true
|
||||
|
|
@ -746,7 +746,7 @@ components:
|
|||
additionalProperties:
|
||||
$ref: "#/components/schemas/OptionValue"
|
||||
example:
|
||||
url: "http://testphp.vulnweb.com/artists.php?artist=1"
|
||||
url: "http://testasp.vulnweb.com/showforum.asp?id=1"
|
||||
cookie: "id=1"
|
||||
batch: true
|
||||
threads: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue