nuclei-templates/exposed-panels/bigant-login-panel.yaml

26 lines
464 B
YAML

id: bigant-login-panel
info:
name: BigAnt Admin Login Panel
author: princechaddha
severity: info
metadata:
shodan-query: http.html:"BigAnt Admin"
tags: panel,bigant
requests:
- method: GET
path:
- "{{BaseURL}}/index.php/Home/login/index.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>BigAnt Admin </title>"
- type: status
status:
- 200