nuclei-templates/http/exposed-panels/metasploit-setup-page.yaml

29 lines
676 B
YAML

id: metasploit-setup-page
info:
name: Metasploit Setup and Configuration Page - Detect
author: ritikchaddha
severity: info
description: Metasploit setup and configuration page was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
shodan-query: title:"Metasploit - Setup and Configuration"
tags: panel,metasploit,setup
http:
- method: GET
path:
- '{{BaseURL}}/users/new'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Metasploit - Setup and Configuration'