Files
nuclei-templates/technologies/lucy-admin-panel.yaml
Ritik Chaddha db71a4510f Create lucy-admin-panel.yaml (#6562)
* Create lucy-admin-panel.yaml

* more fix

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2023-01-19 23:58:23 +05:30

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