23 lines
541 B
YAML
23 lines
541 B
YAML
id: api-apiflash
|
|
|
|
info:
|
|
name: ApiFlash API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://apiflash.com/
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/ApiFlash.md
|
|
tags: token-spray,apiflash
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.apiflash.com/v1/urltoimage?access_key={{token}}&url=https://selfcontained.test"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'net::ERR_NAME_NOT_RESOLVED at https://selfcontained.test'
|