37 lines
796 B
YAML
37 lines
796 B
YAML
id: lucy-admin-panel
|
|
|
|
info:
|
|
name: Lucy Security Admin Panel
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: html:'title="Lucy'
|
|
tags: tech,lucy
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 490a004630440220127782c6e1f84b12116cf6c1cec1e43b300965f9c75bcc13ae7e2b2bc0f68f1d02206990555c43abf9d9032e7166da9356d88b7cb06421e1f804d1d54f697e7a0699:922c64590222798bb761d5b6d8e72950
|