wordpress.yml
ID: wordpress.yml
Severity: “
Author: —
Tags:
Description
Section titled “Description”YAML Source
Section titled “YAML Source”# Nuclei Configuration Profile for WordPress Detection## This configuration file is specifically tailored for detecting vulnerabilities in WordPress installations using Nuclei.## Purpose:# This profile is focused on identifying security issues specific to WordPress, including vulnerable plugins, themes, and core components. Ensuring the security of WordPress installations is crucial due to its widespread use and common targeting by attackers.## Running this profile# You can run this profile using the following command:# nuclei -profile wordpress -u https://example.com
tags: - wordpressGuide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "profiles/wordpress.yml"