mirror of
https://github.com/0xsrb/AASRT.git
synced 2026-04-23 18:06:20 +02:00
19 lines
392 B
YAML
19 lines
392 B
YAML
# AutoGPT Vulnerability Scan Template
|
|
name: AutoGPT Instances
|
|
description: Detect exposed AutoGPT AI agent dashboards
|
|
author: AASRT
|
|
version: 1.0
|
|
|
|
queries:
|
|
- 'http.title:"Auto-GPT"'
|
|
- 'http.title:"AutoGPT"'
|
|
- 'http.html:"autogpt" port:8000'
|
|
- 'http.html:"Auto-GPT" http.html:"OpenAI"'
|
|
- 'http.html:"autogpt" http.html:"execute"'
|
|
|
|
tags:
|
|
- ai-agent
|
|
- openai
|
|
- llm
|
|
- autonomous
|