Skip to content

Commit

Permalink
add reference to nuclei-wordfence-cve github repo in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
topscoder committed May 16, 2024
1 parent 151ba6a commit a77253c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/base_templates/main.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ info:
description: >
__CVE_DESCRIPTION__
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- __CVE_REFERENCES__
classification:
cvss-metrics: __CVSS_VECTOR__
Expand Down
1 change: 1 addition & 0 deletions src/base_templates/wp-core.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ info:
description: >
__CVE_DESCRIPTION__
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- __CVE_REFERENCES__
classification:
cvss-metrics: __CVSS_VECTOR__
Expand Down
1 change: 0 additions & 1 deletion src/lib/wordfence_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import os
import requests
import re

from lib.parser_interface import ParserInterface


Expand Down
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import argparse
import time

from lib.colors import yellow
from lib.logger import logger
from lib.wordfence_api_parser import WordfenceAPIParser
Expand Down

0 comments on commit a77253c

Please sign in to comment.