Add Metasplot Web

patch-1
lu4nx 2023-08-23 19:20:34 +08:00
parent ee0fa1a146
commit f4e45ba062
No known key found for this signature in database
GPG Key ID: 5C748E5F36388145
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: metasploit-web-page
info:
name: Metasploit Web - Detect
author: lu4nx
severity: info
description: Metasploit Web
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' +port:3790
tags: panel,metasploit
http:
- method: GET
path:
- '{{BaseURL}}:3790/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Metasploit</title>'
- '<meta name="application-name" content="Metasploit" />'