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

35 lines
682 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
zoomeye-query: title:'Metasploit'
shodan-query: http.title:"metasploit"
tags: panel,metasploit,login
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Metasploit</title>'
- type: status
status:
- 200