A Maltego transforms collection for Twint
Since canari profiles are not exportable, you have to compile one for every machine that you will play with. Every machine will need its own.
Requirements:
- Twint;
- Elasticsearch;
- Maltego;
- canari.
Install canari:
sudo apt-get install python2.7 virtualenv python-setuptools
virtualenv canari3
source canari3/bin/activate
pip install canari
pip install elasticsearch
Once those dependencies are installed, you have to package the profile. This set of transforms is almost batteries included so be sure that you are going to connect to the right Elasticsearch instance, edit twint/src/twint/transforms/getTweets.py
by your needs. With default setting, the tranforms will connect to a local instance of Elasticsearch (localhost:9200).
Now you have just to package:
- move to
twint/src
; - run
canari create-profile twint
(hity
a couple of times).
Import twint.mtz
in Maltego and start playing!
The Twint Project - 2018/19 http://www.canariproject.com/en/latest/canari.quickstart.html#installing-dependencies