commit
4b0c8bb933
|
@ -0,0 +1,30 @@
|
|||
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
|
Loading…
Reference in New Issue