用于WordPress插件的Nuclei模板生成器

作者:Sec-Labs | 发布时间:

项目地址

https://github.com/ricardomaia/nuclei-template-generator-for-wordpress-plugins

这是一个简单的脚本,用于从 WordPress 网站抓取插件,然后用于生成 Nuclei 模板。

c9a02b9c25190903

 

下载模板

使用Nuclei

您可以直接从 GitHub 使用这些 Nuclei 模板。 像这样定义环境变量 GITHUB_TEMPLATE_REPO

export GITHUB_TEMPLATE_REPO=ricardomaia/nuclei-template-generator-for-wordpress-plugins

更新模板

$ nuclei -ut
                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v2.8.1

                projectdiscovery.io

[INF] ricardomaia/nuclei-template-generator-for-wordpress-plugins: already up-to-date
[INF] No new updates found for nuclei templates

使用模板

nuclei -t github/nuclei-template-generator-for-wordpress-plugins/technologies/wordpress/plugins -u https://www.example.com

克隆这个 Repo

$ git clone https://github.com/ricardomaia/nuclei-template-generator-for-wordpress-plugins.git
cd nuclei-template-generator-for-wordpress-plugin

使用此选项,您将按照以下示例运行模板。

运行模板

一个目标

nuclei -t technologies/wordpress/plugins -u https://www.example.com

一个目标,只有TOP 100

nuclei -ud ./nuclei-templates -t technologies/wordpress/plugins -tags top-100 -u https://www.example.com

多个目标

nuclei -ud ./nuclei-templates -t technologies/wordpress -l list_of_targets.txt

2b7fadb8c2190936

 

生成或更新模板

(Windows)

docker compose up -d

(Linux)

docker-compose up -d

 

标签:工具分享, 渗透测试框架, nuclei