Update wordpress.yml
parent
c0d8163ff9
commit
b79226932a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue