Switching references from defunct testphp to testasp site
Some checks are pending
/ build (macos-latest, 3.8) (push) Waiting to run
/ build (ubuntu-latest, pypy-2.7) (push) Waiting to run
/ build (windows-latest, 3.14) (push) Waiting to run

This commit is contained in:
Miroslav Štampar 2026-06-10 21:34:33 +02:00
parent 00003b2825
commit 2969563463
4 changed files with 12 additions and 12 deletions

View file

@ -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