allfro

Results 43 comments of allfro

The create-profile command simply copies the entity definitions from the export. It doesn’t take anything from the python code. The only thing it does using the code base is define...

You can subclass the transform and set the entity input type without having to rewrite your do_transform method

@cvandeplas: Regarding multiple entity type selection: I see what you mean. I think this is a problem with the Maltego client more than the framework itself. We can try to...

I have several comments to add to this thread: 1. Entity inheritance doesn’t always make sense. For example, if you have a transform that sends different kinds of entities to...

Unfortunately, this is part of the default apparmor profile. You can try adding `--security-opt apparmor:unconfined` to see if it works.

Thanks! I'll take a look at it and see if we can integrate both versions somehow. Worst case scenario we create a different branch for 2.5. On Tuesday, September 30,...

Hello, Try installing the code by using easy_install instead: easy_install sploitego. If this doesn't work then there is probably something wrong with the build script. Cheers, Nadeem On Sat, Oct...

Is this still an issue with the latest update?

Thanks @Kabot for bringing this to my attention. I will look into it as soon as I have a chance.