thinkst / opencanary

Modular and decentralised honeypot
http://opencanary.org
BSD 3-Clause "New" or "Revised" License
2.27k stars 355 forks source link

How to get modules to run with my own writing #243

Closed XzsxSzsw closed 1 year ago

XzsxSzsw commented 1 year ago

I simulated an LDAP server and used the template provided by the project, but it didn't run. I modified the config file and the opencanary.tac file, but when I tried to start my modules, I didn't get any response, including errors.

jayjb commented 1 year ago

Hi @XzsxSzsw,

Thats very cool. LDAP service would be great. Would you mind sharing the code via a branch or gist?

XzsxSzsw commented 1 year ago

I just wrote a simple code that mocks the LDAP service, but due to my unfamiliarity with the project, and as a beginner I have a headache about not being able to debug the project.

XzsxSzsw commented 1 year ago

Hello I shared my code through the branch , but I failed to run successfully, please ask if there are other files that need to be modified besides opencanary.tac

jayjb commented 1 year ago

Hi @XzsxSzsw,

Which branch did you share the code through? I can take a look and give you some pointers so that we can make it into a PR.

jayjb commented 1 year ago

Hi @XzsxSzsw,

Just wanted to ping you and see if you could provide a branch or repo for me to check the code? This sounds like a very cool module