Merge pull request #6984 from projectdiscovery/openai-plugin

Added OpenAI Plugin Detection
patch-1
Dhiyaneshwaran 2023-03-29 20:55:50 +05:30 committed by GitHub
commit e6ad889855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: openai-plugin
info:
name: OpenAI Plugin Detection
author: pdteam
severity: info
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.
reference:
- https://platform.openai.com/docs/plugins/introduction
metadata:
verified: "true"
tags: tech,openai,plugin
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'