45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
id: chatgpt-web-unauth
|
|
|
|
info:
|
|
name: ChatGPT Web - Unauthorized Access
|
|
author: SleepingBag945
|
|
severity: high
|
|
description: ChatGPT Web is exposed.
|
|
classification:
|
|
cpe: cpe:2.3:a:chanzhaoyu:chatgpt_web:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: chanzhaoyu
|
|
product: chatgpt_web
|
|
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
|
|
# digest: 4b0a00483046022100e60eeec92448df7bdb48e19d7b150cc27a73cdec49e82c9a40aa4e84c7ec7b08022100db1ca89760c35c7b8cee607a51800eded109e54bce6b14b6a6b50e290583366c:922c64590222798bb761d5b6d8e72950 |