nuclei-templates/technologies/openai-plugin.yaml

31 lines
766 B
YAML
Raw Normal View History

2023-03-29 12:26:44 +00:00
id: openai-plugin
info:
name: OpenAI Plugin Detection
author: pdteam
severity: info
2023-03-29 12:36:48 +00:00
description: |
OpenAI plugins connect ChatGPT to third-party applications. These plugins enable ChatGPT to interact with APIs defined by developers, enhancing ChatGPT's capabilities and allowing it to perform a wide range of actions.
2023-03-29 12:26:44 +00:00
reference:
- https://platform.openai.com/docs/plugins/introduction
2023-03-29 12:36:48 +00:00
metadata:
verified: "true"
tags: tech,openai,plugin
2023-03-29 12:26:44 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/.well-known/ai-plugin.json"
matchers:
- type: word
words:
- '"schema_version":'
- '"name_for_model":'
condition: and
extractors:
- type: json
json:
- '.name_for_human'