27 lines
622 B
YAML
27 lines
622 B
YAML
id: api-proxykingdom
|
|
|
|
info:
|
|
name: ProxyKingdom API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Rotating Proxy API that produces a working proxy on every request
|
|
reference:
|
|
- https://proxykingdom.com/documentation
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/proxykingdom
|
|
tags: token-spray,proxykingdom
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.proxykingdom.com/proxy?token={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"address"'
|
|
- '"port"'
|
|
- '"protocol"'
|
|
condition: and
|