33 lines
587 B
YAML
33 lines
587 B
YAML
|
id: lucy-admin-panel
|
||
|
|
||
|
info:
|
||
|
name: Lucy Security Admin Panel
|
||
|
author: ritikchaddha
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: html:'title="Lucy'
|
||
|
tags: tech,lucy
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
- "{{BaseURL}}/admin/login"
|
||
|
|
||
|
stop-at-first-match: true
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'title="Lucy"'
|
||
|
- 'aria-label="Lucy'
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|