Skip to content

Hikvision Security Checks

ID: hikvision-workflow

Severity: “

Author: pdteam

Tags:

A simple workflow that runs all Hikvision related nuclei templates on a given target.

id: hikvision-workflow
info:
name: Hikvision Security Checks
author: pdteam
description: A simple workflow that runs all Hikvision related nuclei templates on a given target.
workflows:
- template: http/technologies/hikvision-detect.yaml
subtemplates:
- template: http/cves/2021/CVE-2021-36260.yaml

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 "workflows/hikvision-workflow.yaml"

View on Github