Update wordpress.yml

patch-4
Parth Malhotra 2024-06-25 13:01:22 +05:30 committed by GitHub
parent c0d8163ff9
commit b79226932a
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. # Nuclei Configuration Profile for WordPress Detection
# Additional configuration profiles can be created for different types of nuclei scans. #
# They should be placed under the 'profiles' directory at: # This configuration file is specifically tailored for detecting vulnerabilities in WordPress installations using Nuclei.
# https://github.com/projectdiscovery/nuclei-templates #
# Here is an example of how to use a profiles profile: # Purpose:
# nuclei -config profiles/wordpress.yml -list target_list_to_scan.txt # 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: tags:
- wordpress - wordpress