Coder Social home page Coder Social logo

spacecase123 / canari3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from malleum-inc/canari3

0.0 0.0 0.0 2.82 MB

Canari v3 - next gen Maltego framework for rapid remote and local transform development

Home Page: http://canari3.readthedocs.io/en/latest/

License: GNU General Public License v3.0

Shell 2.02% Python 97.85% Batchfile 0.02% Dockerfile 0.11%

canari3's Introduction

Canari 3 Build Status Doc Status

Welcome to the Canari 3 repository - the next generation Maltego rapid transform development framework which allows you to rapidly prototype, package, and distribute Maltego local and remote transforms. Please visit the documentation site for a quick how-to and more in-depth information on the framework itself.

Sneak Peek

The following is an example of how easy it is to write a quick Maltego transform in Canari 3:

from canari.maltego.entities import Phrase, Person

class HelloWorld(Transform):
    """This transform says hello to a person entity."""

    # The transform input entity type.
    input_type = Person

    def do_transform(self, request, response, config):
        return response + Phrase("Hello " + request.entity.value)

Canari Docker

You can now dockerize your remote transform packages using canari dockerize-package. This will create a Docker container that runs Canari Plume fully configured with your remote transforms. You can easily distribute this container to your Docker swarm. Check out the documentation on Docker website for more information on how containers work.

Bug Reports & Questions

Please use the issues page to log any bugs or questions regarding the Canari Framework.

Kudos

Kudos to our user community for making this release happen. A special thanks to those of you who have supported the development of Canari 3 by donating money at our crowd-funding pages. If you like this project, please consider donating money to help accelerate development.

canari3's People

Contributors

pakak-ndouba avatar allfro avatar amauryvanespen avatar cvandeplas avatar xehartnort avatar trolldbois avatar dominotree 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.