feat(token-spray): chaos api test (#4441)
parent
844f04e029
commit
d5b2f003e5
|
@ -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
|
Loading…
Reference in New Issue