Skip to content

Chaos API Test

ID: api-chaos

Severity: info

Author: 0ri2N

Tags: recon,chaos,token-spray,projectdiscovery

id: api-chaos
info:
name: Chaos API Test
author: 0ri2N
severity: info
reference:
- https://chaos.projectdiscovery.io/#/docs
metadata:
max-request: 1
tags: recon,chaos,token-spray,projectdiscovery
self-contained: true
http:
- method: GET
path:
- "https://dns.projectdiscovery.io/dns/projectdiscovery.io"
headers:
Authorization: "{{token}}"
matchers:
- type: word
part: body
words:
- '"domain":'
- '"subdomains":'
condition: and
# digest: 4a0a00473045022100ea2290bfa5e9ff300136781a86ba234e1d51868eaa55564546afb01adef46d7f02200f98577075770c077383006ad6cae965883fab1a0f7de8937f66109ad6bad548: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-chaos.yaml"

View on Github