Skip to content

SquirrelMail Security Checks

ID: squirrelmail-workflow

Severity: “

Author: daffainfo

Tags:

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

id: squirrelmail-workflow
info:
name: SquirrelMail Security Checks
author: daffainfo
description: A simple workflow that runs all SquirrelMail related nuclei templates on a given target.
workflows:
- template: http/exposed-panels/squirrelmail-login.yaml
subtemplates:
- tags: squirrelmail

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

View on Github