nuclei-templates/technologies/webmodule-ee.yaml

22 lines
448 B
YAML
Raw Normal View History

2021-06-22 15:10:04 +00:00
id: webmodule-ee-detection
info:
2021-06-23 19:22:08 +00:00
name: Webmodule Detection
2021-06-22 15:10:04 +00:00
author: pussycat0x
severity: info
reference: https://www.exploit-db.com/ghdb/7001
2021-06-23 19:22:08 +00:00
tags: webmodule-ee,tech
2021-06-22 15:10:04 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/webmodule-ee/login.seam"
2021-06-23 20:13:57 +00:00
matchers-condition: and
2021-06-22 15:10:04 +00:00
matchers:
2021-06-23 19:22:08 +00:00
- type: word
2021-06-22 15:10:04 +00:00
words:
2021-06-23 19:22:08 +00:00
- "<title>Webmodule</title>"
2021-06-22 15:10:04 +00:00
- type: status
status:
- 200