nuclei-templates/exposed-panels/aptus-panel.yaml

26 lines
415 B
YAML
Raw Normal View History

2022-10-15 02:32:32 +00:00
id: aptus-panel
2022-04-19 21:35:19 +00:00
info:
name: Aptus Login Panel
author: princechaddha
severity: info
2022-04-19 21:36:26 +00:00
metadata:
2022-04-19 21:55:46 +00:00
shodan-query: http.title:"Aptus Login"
2022-04-19 21:35:19 +00:00
tags: panel,aptus
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Aptus Login</title>"
- type: status
status:
- 200