Skip to content

R WebServer Login Panel - Detect

ID: r-webserver-login

Severity: info

Author: pussycat0x

Tags: edb,panel,rwebserver

R WebServer login panel was detected.

id: r-webserver-login
info:
name: R WebServer Login Panel - Detect
author: pussycat0x
severity: info
description: R WebServer login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7132
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
tags: edb,panel,rwebserver
http:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
words:
- "<title>R WebServer</title>"
- type: status
status:
- 200
# digest: 490a00463044022001f9e67058951144e64b7665e35744fbeed2dd772dd3b4fff0e0b1657e9849cb0220013d02fd12ef173328b1f3420b359d2235ce325ab21aeef3a3d246c3281659d8: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/r-webserver-login.yaml"

View on Github