mirror of
https://github.com/0xsrb/AASRT.git
synced 2026-04-24 02:26:07 +02:00
18 lines
395 B
YAML
18 lines
395 B
YAML
# ClawdBot Vulnerability Scan Template
|
|
name: ClawdBot Instances
|
|
description: Detect exposed ClawdBot AI agent dashboards
|
|
author: AASRT
|
|
version: 1.0
|
|
|
|
queries:
|
|
- 'http.title:"ClawdBot Dashboard"'
|
|
- 'http.html:"ClawdBot" port:3000'
|
|
- 'product:"ClawdBot"'
|
|
- 'http.html:"anthropic" http.html:"api_key"'
|
|
- 'http.html:"ClawdBot" http.html:"execute"'
|
|
|
|
tags:
|
|
- ai-agent
|
|
- anthropic
|
|
- llm
|