Update and rename metasploit-web-page.yaml to metasploit-panel.yaml
parent
f4e45ba062
commit
e405650c38
|
@ -1,10 +1,11 @@
|
|||
id: metasploit-web-page
|
||||
id: metasploit-panel
|
||||
|
||||
info:
|
||||
name: Metasploit Web - Detect
|
||||
name: Metasploit - Panel
|
||||
author: lu4nx
|
||||
severity: info
|
||||
description: Metasploit Web
|
||||
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
|
||||
|
@ -12,13 +13,13 @@ info:
|
|||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
zoomeye-query: title:'Metasploit' +port:3790
|
||||
tags: panel,metasploit
|
||||
zoomeye-query: title:'Metasploit'
|
||||
tags: panel,metasploit,login
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}:3790/login'
|
||||
- '{{BaseURL}}/login'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
@ -26,4 +27,7 @@ http:
|
|||
part: body
|
||||
words:
|
||||
- '<title>Metasploit</title>'
|
||||
- '<meta name="application-name" content="Metasploit" />'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue