Giter Club home page Giter Club logo

havoc-store's Introduction

havoc-store

A simple website to act as a store for havoc modules and extensions! image The objective is to have a space to find new pluggins for the havoc framework. In the future maybe have a system to automatically install them also from this page like a proper store. Please refer to the Havoc Framework for more information on the project that led to this.

Adding a module to Havoc

To add a module open the client-frontend of havoc and select the Scripts then open the scripts manager: image You can then load a script through the load script button.

Add your pluggins

To add plugins you need to edit the file in public/havoc-modules.json This is the current file to save pluggins inside of the website. You can add a module by forking this project adding a entrance to the json using this following json object template:

  {
    "title":"<your title>",
    "description":"<Your description>",
    "author":"<Your username on github>",
    "link":"<the link to the module>",
    "preview":"<The preview image of the module>",
    "entrypoint":"<The entrypoint script of the module",
    "category": {
        "BOF": false,
        "Console": false,
        "Graphical": true
    }
  }

You can also select if the plugin is either a console or GUI pluggin through the boolean values!

Future additions to this project

  • More modules ....
  • A better front-end.
  • Funcitonal Category system - DONE
  • Github login and form to automatically do a pull request with the JSON from the front-end
  • A way to have inside of a json the path to the script that would need to be imported by Havoc to automate the "add pluggin" system - DONE

havoc-store's People

Contributors

p4p1 avatar jakobfriedl avatar m7rick 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.