allfro / canari

Local and Remote Maltego Rapid Transform Development Framework
http://www.canariproject.com
102 stars 27 forks source link

Dynamic Properties of Maltego Entities #30

Closed cmlh closed 10 years ago

cmlh commented 10 years ago

Allow ./transforms/common/entities.py to be ignored so that dynamic properties can be inserted within Maltego entities.

allfro commented 10 years ago

Hi @cmlh

Not sure what you mean by that? Dynamic properties can be inserted as follows:

e = Entity() e += Field('name', 'value')

cmlh commented 10 years ago

@allfro,

This didn't work for me when I tried this in 2013 but I will give it another go.