Create nexpose-panel.yaml

patch-13
johnk3r 2024-11-02 23:05:41 -03:00 committed by GitHub
parent 604f2ac96c
commit 55461ec576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
id: nexpose-panel
info:
name: Rapid7 Nexpose VM Security Console Login Panel
author: johnk3r
severity: info
description: |
Rapid7 Nexpose VM Security Console login panel was detected.
metadata:
max-request: 1
shodan-query: "http.favicon.hash:-516760689"
verified: true
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