Skip to content

Alig1493/maltego-transforms

Repository files navigation

maltego-transforms

A repository containing custom maltego transforms to be used to create visual graphs. This repository is created using the gunicorn demo from this project.

Description:

  • custom_entities directory consists the entities created (certificate) created for the purpose of this exercise
  • example graphs include the graphs created to demonstrate the custom entities and its functionalities in full display.
  • The entities can be imported according to instructions present here.

Running the project:

The project is run using python-slim docker images and I've used the default docker-compose.yml to run and compose my projects. You can this command to run build and run the project in the background:

docker-compose up --build -d

Use this command to go to the logs:

docker-compose logs -f

For going into the container bash use:

docker-compose exec python bash

For production the prod.yml can be used and the compose file name need to specified in the above commands.

About

A repository containing custom maltego transforms to be used to create visual graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published