foospidy/HoneyPy

๐Ÿ“š improve developer documentation ๐Ÿ’ป

noah04 opened this issue ยท 1 comments

I would like to improve the developer documentation and got something like this in mind:

  • provide a boilerplate for a new plugin
  • provide a boilerplate for a new logger
  • explain development of both step by step (like how its done in the Plugins section already)

What do you think? Is there something else to include?

Furthermore: Are there any information on how to build loggers already? If yes, where can I find them?

Regards and thanks for accepting my last pull-request,
Noah ๐Ÿš€

I think this is great. Go for it! I can't think of anything else to include for now. Unfortunately, I don't have any additional information on creating loggers, but... if you log at honeypy_logtail.py you can see where/how loggers are called, and obviously the module for each logger is in the loggers directory. Finally, the check to see if a logger is enabled by config is done here: https://github.com/foospidy/HoneyPy/blob/master/Honey.py#L80

Thank you for your interest in helping!!!