Skip to content

Zyxel VSG1432-B101 - Login Detection

ID: zyxel-vsg1432b101-login

Severity: info

Author: princechaddha

Tags: tech,zyxel,modem,router,panel

id: zyxel-vsg1432b101-login
info:
name: Zyxel VSG1432-B101 - Login Detection
author: princechaddha
severity: info
metadata:
verified: true
max-request: 1
shodan-query: http.html:"VSG1432-B101"
tags: tech,zyxel,modem,router,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Welcome to ZyXEL VSG1432-B101::"
- type: status
status:
- 200
# digest: 4b0a00483046022100a06a7acf0bc5079f6470982f37b1ce7a23131af1e80da2eae26b818a767837b5022100d71634bad563062f6441f0f6ff3a76bd00864a9f82af6ccd52fbf7660bf99e49:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml"

View on Github