commit
86fb71f21c
|
@ -0,0 +1,32 @@
|
|||
id: nexpose-panel
|
||||
|
||||
info:
|
||||
name: Rapid7 Nexpose VM Security Console - Detect
|
||||
author: johnk3r
|
||||
severity: info
|
||||
description: |
|
||||
Rapid7 Nexpose VM Security Console login panel was detected.
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: http.favicon.hash:-516760689
|
||||
tags: nexpose,panel,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login.jsp"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(header, "Security Console")'
|
||||
- 'contains(body, "nexposeccusername")'
|
||||
- status_code == 200
|
||||
condition: and
|
||||
|
||||
extractors:
|
||||
- type: kval
|
||||
part: header
|
||||
kval:
|
||||
- Server
|
Loading…
Reference in New Issue