nuclei-templates/exposed-panels/r-webserver-login.yaml

23 lines
421 B
YAML

id: r-webserver-login
info:
name: R WebServer Login
author: pussycat0x
severity: info
reference: https://www.exploit-db.com/ghdb/7132
tags: panel,rwebserver
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
words:
- "<title>R WebServer</title>"
- type: status
status:
- 200