From cea01c093a463ec421646b204796ab81149562b3 Mon Sep 17 00:00:00 2001 From: topscoder <86197446+topscoder@users.noreply.github.com> Date: Thu, 16 May 2024 17:02:16 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 064bcc12ff..aa2d87cbfe 100644 --- a/README.md +++ b/README.md @@ -49,21 +49,21 @@ This project is a valuable resource for anyone who wants to scan for vulnerabili | critical | [2,841](https://github.com/search?q=severity%3A+critical+repo%3Atopscoder%2Fnuclei-wordfence-cve+language%3AYAML&type=code&ref=advsearch) | -## Usage +## Installation -To use the templates, you will need to install [Nuclei](https://github.com/projectdiscovery/nuclei) and this `nuclei-wordfence-cve` repository. Once you have installed Nuclei, you can run the following command to scan for vulnerabilities: +To install this `nuclei-wordfence-cve` repository for use with Nuclei, you can use the following commands: ```bash -nuclei -t github/topscoder/nuclei-wordfence-cve -u https://target.com +export GITHUB_TEMPLATE_REPO=topscoder/nuclei-wordfence-cve +nuclei -update-templates ``` -## Installation +## Usage -To install this `nuclei-wordfence-cve` repository, you can use the following command: +Once you have installed this template repo using the commands above, you can run the following command to scan for vulnerabilities using Nuclei: ```bash -export GITHUB_TEMPLATE_REPO=topscoder/nuclei-wordfence-cve -nuclei -update-templates +nuclei -t github/topscoder/nuclei-wordfence-cve -u https://target.com ``` ## Examples