Update api-screenshotapi.yaml

Fixes a false positive, ping me on Discord if you would like to talk about it.
patch-1
geeknik 2022-09-20 17:28:35 +00:00 committed by GitHub
parent becfb5772c
commit 099a5e5da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@ id: api-screenshotapi
info:
name: ScreenshotAPI API Test
author: daffainfo
author: daffainfo, geeknik
severity: info
description: Create pixel-perfect website screenshots
reference:
@ -16,6 +16,7 @@ requests:
path:
- "https://shot.screenshotapi.net/screenshot?token={{token}}&url=https://example.com"
matchers-condition: and
matchers:
- type: word
part: body
@ -23,3 +24,9 @@ requests:
- 'screenshot'
- 'url'
condition: and
- type: status
status:
- 403
- 401
- 400
negative: true