Skip to content

Netsweeper Security Checks

ID: netsweeper-workflow

Severity: “

Author: dwisiswant0,daffainfo

Tags:

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

id: netsweeper-workflow
info:
name: Netsweeper Security Checks
author: dwisiswant0,daffainfo
description: A simple workflow that runs all netsweeper related nuclei templates on a given target.
workflows:
- template: http/technologies/netsweeper-webadmin-detect.yaml
subtemplates:
- tags: netsweeper

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

View on Github