23 lines
473 B
YAML
23 lines
473 B
YAML
|
id: metasploit-setup-page
|
||
|
|
||
|
info:
|
||
|
name: Metasploit Setup and Configuration Page - Detect
|
||
|
author: ritikchaddha
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: "true"
|
||
|
shodan-query: title:"Metasploit - Setup and Configuration"
|
||
|
tags: panel,metasploit,setup
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/users/new'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'Metasploit - Setup and Configuration'
|