Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
topscoder authored May 16, 2024
1 parent 637da7f commit cea01c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
<!-- END: __STATISTICS_TABLE -->

## 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
Expand Down

0 comments on commit cea01c0

Please sign in to comment.