From d5b2f003e5091232de41be758b6923534eb9c1ae Mon Sep 17 00:00:00 2001 From: Dominik Opyd Date: Wed, 18 May 2022 19:24:50 +0200 Subject: [PATCH] feat(token-spray): chaos api test (#4441) --- token-spray/api-chaos.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 token-spray/api-chaos.yaml diff --git a/token-spray/api-chaos.yaml b/token-spray/api-chaos.yaml new file mode 100644 index 0000000000..6619833d61 --- /dev/null +++ b/token-spray/api-chaos.yaml @@ -0,0 +1,25 @@ +id: api-chaos + +info: + name: Chaos API Test + author: 0ri2N + severity: info + reference: + - https://chaos.projectdiscovery.io/#/docs + tags: dns,recon,chaos,token-spray,projectdiscovery + +self-contained: true +requests: + - method: GET + path: + - "https://dns.projectdiscovery.io/dns/projectdiscovery.io" + headers: + Authorization: "{{token}}" + + matchers: + - type: word + part: body + words: + - '"domain":' + - '"subdomains":' + condition: and