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:
|
info:
|
||||||
name: Metasploit Web - Detect
|
name: Metasploit - Panel
|
||||||
author: lu4nx
|
author: lu4nx
|
||||||
severity: info
|
severity: info
|
||||||
description: Metasploit Web
|
description: |
|
||||||
|
Metasploit Web Panel is detected
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
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
|
cvss-score: 0.0
|
||||||
|
@ -12,13 +13,13 @@ info:
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
verified: true
|
verified: true
|
||||||
zoomeye-query: title:'Metasploit' +port:3790
|
zoomeye-query: title:'Metasploit'
|
||||||
tags: panel,metasploit
|
tags: panel,metasploit,login
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}:3790/login'
|
- '{{BaseURL}}/login'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
@ -26,4 +27,7 @@ http:
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- '<title>Metasploit</title>'
|
- '<title>Metasploit</title>'
|
||||||
- '<meta name="application-name" content="Metasploit" />'
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue