Skip to content

NextChat - Detect

ID: nextchat-detect

Severity: info

Author: s4e-io

Tags: tech,chatgpt,nextchat,detect

NextChat was detected.

id: nextchat-detect
info:
name: NextChat - Detect
author: s4e-io
severity: info
description: NextChat was detected.
reference:
- https://github.com/ChatGPTNextWeb/NextChat
- https://nextchat.dev
metadata:
verified: true
max-request: 1
shodan-query: title:"NextChat"
fofa-query: title="NextChat"
tags: tech,chatgpt,nextchat,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>NextChat'
- 'content="NextChat"'
condition: or
- type: status
status:
- 200
# digest: 490a00463044022044b7f76e2879cca910baafaf1babbfe575678d797428d1461464578a4be555df022024d3cd29543d199f3cee3dfd9afa7d384346d6d90e3d274481e7081446aa5ae4:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/nextchat-detect.yaml"

View on Github