A simple example Maltego transform server using the maltego package.
- docker/alpine: golang basend transform server on alpine linux
- docker/ubuntu: python and gunicorn transform server on ubuntu linux
You pull the prebuilt containers from my docker hub, eg:
docker pull dreadl0ck/trx-alpine
or
docker pull dreadl0ck/trx-ubtuntu
- Automatic TLS certs via letsencrypt if desired.
- No built-in basic auth at the moment, you need to run it either internally reachable or behind a reverse proxy with authentication.