2023-08-21 18:21:58 +00:00
|
|
|
id: chatgpt-web-unauth
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ChatGPT Web - Unauthorized Access
|
|
|
|
author: SleepingBag945
|
|
|
|
severity: high
|
2024-01-03 06:08:41 +00:00
|
|
|
description: ChatGPT Web is exposed.
|
2023-08-21 18:21:58 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2023-08-21 18:21:58 +00:00
|
|
|
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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022025e67a1afa68039433f2eeb68afb01b6cefcf700d2976a83d01845f87a2cfcf902204c852c5d7b15d180a10864001521e703eddde47ab3722d0090b6bfbf62f4b3f5:922c64590222798bb761d5b6d8e72950
|