nuclei-templates/exposed-panels/residential-gateway-login.yaml

31 lines
641 B
YAML

id: residential-gateway-login
info:
name: Residential Gateway Login
author: idealphase
severity: info
metadata:
shodan-query: http.title:"Login - Residential Gateway"
google-query: intitle:"Login - Residential Gateway"
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/cgi-bin/wwwctrl.cgi?action=home"
stop-at-first-match: true
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Login - Residential Gateway</title>"
- type: status
status:
- 200