Skip to content

Gophish Login Panel - Detect

ID: gophish-login

Severity: info

Author: dhiyaneshDK

Tags: panel,gophish

Gophish login panel was detected.

id: gophish-login
info:
name: Gophish Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Gophish login panel was detected.
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:getgophish:gophish:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"Gophish - Login"
product: gophish
vendor: getgophish
tags: panel,gophish
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Gophish - Login</title>'
- type: status
status:
- 200
# digest: 490a0046304402207972202316afb982b876520b7b3c7a417bebf3d6899751ccf970152ec4a00b1d02204cc5ae21b9447c1ef16be09d571af02a2afcf99bd71dbb50f446d3afb1758a22: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/gophish-login.yaml"

View on Github