Merge pull request #8046 from projectdiscovery/chatgpt-web-unauth

Create chatgpt-web-unauth.yaml
patch-1
Ritik Chaddha 2023-08-22 17:06:40 +05:30 committed by GitHub
commit 25d2e98a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: chatgpt-web-unauth
info:
name: ChatGPT Web - Unauthorized Access
author: SleepingBag945
severity: high
metadata:
max-request: 1
verified: true
fofa-query: app="Chatgpt-web"
tags: chatgpt,unauth,misconfig
http:
- raw:
- |
POST /api/session HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{}
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"status":"Success"'
- '"auth":false'
- 'ChatGPTAPI'
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200