Skip to content

Yopass Panel - Detect

ID: yopass-panel

Severity: info

Author: Adam Crosser

Tags: panel,yopass

Yopass panel was detected.

id: yopass-panel
info:
name: Yopass Panel - Detect
author: Adam Crosser
severity: info
description: Yopass 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
metadata:
max-request: 1
shodan-query: title:"Yopass"
tags: panel,yopass
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Yopass"
# digest: 4a0a00473045022100b5eb239a21e4021ea2def3286c5b16d8f7c554b15f62d9df28f1cabb30f969f6022002a5586f034757e8af50f38aa91eaf31862f1ee200cbdde9c8cdf9ecf93e7a40: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/yopass-panel.yaml"

View on Github