Skip to content

Metasploit Panel - Detect

ID: metasploit-panel

Severity: info

Author: lu4nx

Tags: panel,metasploit,login,rapid7

Metasploit Web Panel is detected

id: metasploit-panel
info:
name: Metasploit Panel - Detect
author: lu4nx
severity: info
description: |
Metasploit Web Panel is detected
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:rapid7:metasploit:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: rapid7
product: metasploit
shodan-query:
- http.title:"metasploit"
- http.title:"metasploit - setup and configuration"
zoomeye-query: app="Metasploit"
fofa-query:
- title="metasploit"
- title="metasploit - setup and configuration"
google-query:
- intitle:"metasploit"
- intitle:"metasploit - setup and configuration"
tags: panel,metasploit,login,rapid7
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Metasploit</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100fc30396b574555504ed5b172336a6df6b76e329003681153c95d95041c205f6302205f5ca00a528ecb7ee7d8551888ca061922a0afcd651f27e2547b59fcea1627b2:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/metasploit-panel.yaml"

View on Github