Skip to content

ProxyKingdom API Test

ID: api-proxykingdom

Severity: info

Author: daffainfo

Tags: token-spray,proxykingdom

Rotating Proxy API that produces a working proxy on every request

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
metadata:
max-request: 1
tags: token-spray,proxykingdom
self-contained: true
http:
- method: GET
path:
- "https://api.proxykingdom.com/proxy?token={{token}}"
matchers:
- type: word
part: body
words:
- '"address"'
- '"port"'
- '"protocol"'
condition: and
# digest: 4a0a00473045022100b4e29b7015d049b0dd2db0d3d92f8a0227ab7fdbea6e2124914679a353b722fc02205985fea7dc3a958883183a6b34d0a97de16a91710105b395c833b4a864b975cb:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/token-spray/api-proxykingdom.yaml"

View on Github