Skip to content

ThinkPHP Security Checks

ID: thinkphp-workflow

Severity: “

Author: dr_set

Tags:

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

id: thinkphp-workflow
info:
name: ThinkPHP Security Checks
author: dr_set
description: A simple workflow that runs all ThinkPHP related nuclei templates on a given target.
workflows:
- template: http/technologies/tech-detect.yaml
matchers:
- name: thinkphp
subtemplates:
- tags: thinkphp

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

View on Github