Git Product home page Git Product logo

nucleisnippets's Introduction

NucleiSnippets

                     __     _               _                  __
   ____  __  _______/ /__  (_)  _________  (_)___  ____  ___  / /______
  / __ \/ / / / ___/ / _ \/ /  / ___/ __ \/ / __ \/ __ \/ _ \/ __/ ___/
 / / / / /_/ / /__/ /  __/ /  (__  ) / / / / /_/ / /_/ /  __/ /_(__  )
/_/ /_/\__,_/\___/_/\___/_/  /____/_/ /_/_/ .___/ .___/\___/\__/____/
                                         /_/   /_/

Overview

NucleiSnippets is repository dedicated to serving as a quick reference for creating templates in the Nuclei vulnerability scanner. The main goal is to provide a swift guide, showcasing protocols, functions, regex tips and unusual uses for this tool.

What is Nuclei?

Nuclei is a versatile and fast vulnerability scanner that allows you to define scanning templates for various security checks.

Getting Started

To dive into the world of NucleiSnippets, follow these steps:

Requirements to test locally

  • Git
  • Docker / Docker Compose

Clone the Repository:

   git clone https://github.com/ricardomaia/NucleiSnippets.git
   cd NucleiSnippets
   docker-compose up -d
   docker exec -it nuclei-snippets-scanner nuclei -t /nuclei-snippets/templates -u http://host.docker.internal:1337 -nh -vv -v

Examples

HTTP

docker exec -it nuclei-snippets-scanner nuclei -t /nuclei-snippets/templates/http.yaml -u http://target.local -nh -vv -v

CVE-2024-XXXX

The passphrase for the private key in this project is an empty string ``.

By default, Nuclei ignore template execution with tags: "fuzz", "dos", "local" or "privesc".

To execute this template, you need set the flag -itags (include tags) for "local" and "privesc". For code templates you need to include the flag -code as well.

So the complete command to execute the template is:

docker exec -it nuclei-snippets-scanner nuclei -t /nuclei-snippets/templates/cve-2024-XXXX.yaml -vv -v -code -itags local -itags privesc -debug

Roadmap

  • Create a Docker environment to test the templates
  • API consuption template
    • IP Reputation
    • Phishing URL
    • Site Health
  • Data Leak
    • PII
    • Financial
    • Confidential documents
    • Credentials
    • API Keys
    • Sensible database information
  • Forensics
    • Windows Registry
    • Linux Logs

nucleisnippets's People

Contributors

ricardomaia avatar

Watchers

 avatar  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.