29 lines
697 B
YAML
29 lines
697 B
YAML
id: api-browshot
|
|
|
|
info:
|
|
name: Browshot API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Easily make screenshots of web pages in any screen size, as any device
|
|
reference:
|
|
- https://browshot.com/api/documentation
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/browshot
|
|
tags: token-spray,browshot
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.browshot.com/api/v1/simple?url=http://mobilito.net/&instance_id=12&width=640&height=480&key={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"cost"'
|
|
- '"priority"'
|
|
- '"url"'
|
|
condition: and
|