25 lines
572 B
YAML
25 lines
572 B
YAML
id: api-screenshotapi
|
|
|
|
info:
|
|
name: ScreenshotAPI API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://docs.screenshotapi.net/?ref=webflow
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/Screenshot%20API.md
|
|
tags: token-spray,screenshotapi
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://shot.screenshotapi.net/screenshot?token={{token}}&url=https://example.com"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'screenshot'
|
|
- 'url'
|
|
condition: and
|