Extension
It is possible to create an extension for CybSuite, for example to have another python app ith plugins. Extension allow to extend throu hooks (entry points): - plugins (ingestors, scanners, formaters, reporters, etc) - Modify CLI (add subcommands, etc)
How To
Coming soon!