nuclei-templates/http/exposed-panels/nexpose-panel.yaml

41 lines
749 B
YAML
Raw Normal View History

2024-11-03 02:05:41 +00:00
id: nexpose-panel
info:
2024-11-04 05:16:01 +00:00
name: Rapid7 Nexpose VM Security Console Login - Panel
2024-11-03 02:05:41 +00:00
author: johnk3r
severity: info
description: |
Rapid7 Nexpose VM Security Console login panel was detected.
metadata:
verified: true
2024-11-04 05:16:01 +00:00
max-request: 1
shodan-query: http.favicon.hash:-516760689
2024-11-03 02:05:41 +00:00
tags: nexpose,panel,login
http:
- method: GET
path:
- "{{BaseURL}}/login.jsp"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- "Security Console"
- type: word
part: body
words:
- 'nexposeccusername'
- type: status
status:
- 200
extractors:
- type: kval
part: header
kval:
- Server