Merge pull request #4066 from idealphase/master

Added residential-gateway-login-page.yaml
patch-1
Prince Chaddha 2022-04-07 15:20:55 +05:30 committed by GitHub
commit 4b0c8bb933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -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