Skip to content

Project Insight Login Panel - Detect

ID: project-insight-login

Severity: info

Author: dhiyaneshDk

Tags: panel,edb,helpproject

Project Insight login panel was detected.

id: project-insight-login
info:
name: Project Insight Login Panel - Detect
author: dhiyaneshDk
severity: info
description: Project Insight login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7413
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:helpproject:help:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: helpproject
product: help
shodan-query:
- http.title:"Project Insight - Login"
- http.title:"project insight - login"
fofa-query: title="project insight - login"
google-query: intitle:"project insight - login"
tags: panel,edb,helpproject
http:
- method: GET
path:
- "{{BaseURL}}/auth/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Project Insight - Login</title>"
- type: status
status:
- 200
# digest: 4a0a004730450221009ce4c9602042c73dd46902b5e37e4dee58c152a23e4e1c17bd986605f09d8a6302204478ddbd7b9edd47985e7d2059891b9220dfc88f489d75f7e34e1ab88ae5a9ba: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/exposed-panels/project-insight-login.yaml"

View on Github