Merge pull request #10110 from projectdiscovery/parthmalhotra-patch-3

Update wordpress.yml
patch-4
Parth Malhotra 2024-06-25 13:01:39 +05:30 committed by GitHub
commit fa94ce9a2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 6 deletions

View File

@ -1,9 +1,17 @@
# This is a configuration file for the wordpress template profile.
# Additional configuration profiles can be created for different types of nuclei scans.
# They should be placed under the 'profiles' directory at:
# https://github.com/projectdiscovery/nuclei-templates
# Here is an example of how to use a profiles profile:
# nuclei -config profiles/wordpress.yml -list target_list_to_scan.txt
# 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.
#
# Included Templates:
# This configuration references specific templates tagged with 'wordpress' to cover comprehensive WordPress scanning:
# - wordpress: Templates for detecting vulnerabilities and misconfigurations in WordPress installations, plugins, and themes.
#
# Running this profile
# You can run this profile using the following command:
# nuclei -profile wordpress -u https://example.com
tags:
- wordpress