Coder Social home page Coder Social logo

ucarepwn / nuclei-wordfence-cve Goto Github PK

View Code? Open in Web Editor NEW

This project forked from topscoder/nuclei-wordfence-cve

0.0 0.0 0.0 37.28 MB

You just found a hidden gem ๐Ÿ’Ž This repo contains a massive amount (8000+) of WordPress related Nuclei templates. Updated daily!

Python 100.00%

nuclei-wordfence-cve's Introduction

Nuclei + Wordfence = โ™ฅ

This project provides a massive up-to-date collection of Nuclei templates that can be used to scan for vulnerabilities in WordPress. The templates are based on the vulnerability reports of Wordfence.com.

This project is a valuable resource for anyone who wants to scan for vulnerabilities in WordPress-based websites. The templates are easy to use and up-to-date, and they are open source so you can modify them to fit your specific needs. If you are responsible for the security of a website that uses WordPress, I highly recommend using this project to scan for vulnerabilities.

If you found this project helpful, please consider giving it a star on GitHub. Your support helps to make this project even better.

Features

  • The templates are easy to use and can be run with a single command.
  • The templates are based on the vulnerability reports of Wordfence.com.
  • The templates are updated regularly to ensure that they are always up-to-date with the latest vulnerabilities.
  • The templates are open source, so you can modify them to fit your specific needs.
  • Manually enhanced templates can be marked to avoid overwriting them.

What's in it?!

category total
wp-plugins 7945
wp-themes 245
wp-core 326
other 16
severity total
info 7
low 40
medium 5646
high 2090
critical 741

Usage

To use the templates, you will need to install Nuclei and this nuclei-wordfence-cve repository. Once you have installed Nuclei, you can run the following command to scan for vulnerabilities:

nuclei -t github/nuclei-wordfence-cve-topscoder -u https://target.com

Installation

To install this nuclei-wordfence-cve repository, you can use the following command:

export GITHUB_TEMPLATE_REPO=topscoder/nuclei-wordfence-cve
nuclei -update-templates

Examples

Here are some examples of how to use the templates:

  • To scan for all known vulnerabilities in WordPress, you can run the following command:
nuclei -t github/nuclei-wordfence-cve-topscoder -u https://target.com
  • To scan for a CVE specific vulnerability, you can run the following command:
nuclei -t github/nuclei-wordfence-cve-topscoder -template-id cve-2023-32961 -u https://target.com
  • To scan only for critical vulnerabilities, you can run the following command:
nuclei -t github/nuclei-wordfence-cve-topscoder -severity critical -u https://target.com
  • To scan only for WordPress core vulnerabilities, you can run the following command:
nuclei -t github/nuclei-wordfence-cve-topscoder -tags wp-core -u https://target.com
  • To scan only for WordPress plugin vulnerabilities, you can run the following command:
nuclei -t github/nuclei-wordfence-cve-topscoder -tags wp-plugin -u https://target.com
  • To scan only for WordPress theme vulnerabilities, you can run the following command:
nuclei -t github/nuclei-wordfence-cve-topscoder -tags wp-theme -u https://target.com
  • To go wild, you can combine and combine and combine:
nuclei -t github/nuclei-wordfence-cve-topscoder -tags wp-plugin,wp-theme -severity critical,high
  • To go even wilder, you can use the template condition flag (-tc) that allows complex expressions like the following ones:
nuclei -t github/nuclei-wordfence-cve-topscoder -template-condition "contains(to_lower(name),'cross-site scripting') || contains(to_upper(name),'XSS')" -u https://target.com
nuclei -t github/nuclei-wordfence-cve-topscoder -template-condition "contains(to_lower(name),'sql injection') || contains(to_lower(description),'sql injection')" -u https://target.com
nuclei -t github/nuclei-wordfence-cve-topscoder -template-condition "contains(to_lower(name),'file inclusion') || contains(to_lower(description),'file inclusion')" -u https://target.com
nuclei -t github/nuclei-wordfence-cve-topscoder -template-condition "contains(to_upper(name),'CSRF') || contains(to_upper(description),'CSRF')" -u https://target.com

Contributing

If you would like to contribute to this project, please feel free to fork the repository and submit a pull request.

Manually Enhanced

Manually enhanced templates can be marked with # Enhanced in last line of the template to avoid the template to be overwritten by accident.

License

This project is licensed under the MIT License.

Contact

If you have any questions or feedback, please feel free to contact the project maintainers.

~~ Please use it responsibly!

nuclei-wordfence-cve's People

Contributors

actions-user avatar topscoder avatar bober182 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.