Skip to content

Avtech AVN801 Network Camera Admin Panel - Detect

ID: avtech-avn801-camera-panel

Severity: info

Author: idealphase

Tags: panel,avtech,iot,camera

An Avtech AVN801 Network Camera administration panel was detected.

id: avtech-avn801-camera-panel
info:
name: Avtech AVN801 Network Camera Admin Panel - Detect
author: idealphase
severity: info
description: An Avtech AVN801 Network Camera administration panel was detected.
reference:
- http://www.avtech.com.tw
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: title:"login" product:"Avtech AVN801 network camera"
tags: panel,avtech,iot,camera
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "IP Surveillance for Your Life"
- "avtech"
- "/cgi-bin/guest/Login.cgi?rnd="
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022045be32319589077432e3421140e622fe0b71f2269329a779e684907453b38fc3022100c0c7c7deec26d928fcca7c382fc83fc3bd30eee515ddd67fa8c517da0b4f0e70: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/avtech-avn801-camera-panel.yaml"

View on Github