This repository gather all the Haka dissectors, modules and rules created by our community.
The community forge is organized as follows :
- protocols/ Contains all the protocol dissectors.
- modules/ Contains all the Haka modules.
- rules/ Contains all the Haka rules.
To share your own module you can either:
- do a pull request
- send an email to haka-security@arkoon.net
Your contribution must contain at least :
examples/A directory containing at least one example of a rule using the module.README.mdA short reference file for your module with the following template.
<Contribution name>
===================
Haka version: <version>
Author: <author>
License: <license>
Description
-----------
A short description.
Usage
-----
An example of how to load and use your module.
API
---
A list of the functions exposed by your moduleIf your module is a dissector it must also have:
Events
------
A list of the events exposed by your module
- myevents
- ...