Skip to content

NoEscape Login Panel - Detect

ID: noescape-login

Severity: info

Author: DhiyaneshDK

Tags: panel,noescape

NoEscape login panel was detected.

id: noescape-login
info:
name: NoEscape Login Panel - Detect
author: DhiyaneshDK
severity: info
description: NoEscape 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
metadata:
verified: true
max-request: 1
shodan-query: title:"NoEscape - Login"
tags: panel,noescape
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'NoEscape - Login'
# digest: 4b0a00483046022100c77685bac11645a44cf06d8df3870c94e281486caa29ed5ad2a9bc276c3cc1a1022100b10b53864bdb33100a6343642f93fc8a9794b2a98e5803f1c32852e2888075d0: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/noescape-login.yaml"

View on Github