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

23 lines
421 B
YAML
Raw Normal View History

id: r-webserver-login
2021-08-26 08:19:33 +00:00
info:
name: R WebServer Login
2021-08-26 08:19:33 +00:00
author: pussycat0x
severity: info
reference: https://www.exploit-db.com/ghdb/7132
2022-01-03 16:06:23 +00:00
tags: panel,rwebserver
2021-08-26 08:19:33 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/"
2021-08-26 08:19:33 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "<title>R WebServer</title>"
2021-08-26 08:19:33 +00:00
- type: status
status:
- 200