projectdiscovery / nuclei-templates

Community curated list of templates for the nuclei engine to find security vulnerabilities.

Home Page:https://github.com/projectdiscovery/nuclei

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xyxel-Firewall Panel

0x240x23elu opened this issue · comments

id: xyxel-firewall

info:
  name: Xyxel-Firewall Exposure
  author: 0x240x23elu
  severity: info
  tags: panel,xyxel,firewall

requests:
  - method: GET
    path:
      - '{{BaseURL}}'

    matchers:
      - type: word
        words:
          - "USG FLEX"
          - "mode_ana"	
        part: body
        condition: and

Hello @0x240x23elu, thank you so much for creating this issue. I just wanted to confirm if you mean Zyxel and not Xyxel

Sorry typo error

id: Zyxel-firewall

info:
name: Zyxel-Firewall Exposure
author: 0x240x23elu
severity: info
tags: panel,zyxel,firewall

requests:

  • method: GET
    path:

    • '{{BaseURL}}'

    matchers:

    • type: word
      words:
      • "USG FLEX"
      • "mode_ana"
        part: body
        condition: and

Hello @0x240x23elu, thank you so much for sharing this template with the community and contributing to this project 🍻