bocajspear1 / honeyhttpd

HoneyHTTPD is a Python-based web server honeypot/service imitation builder. Great for honeypots or faking HTTP services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No log file appearing

ivan-arrizabalaga opened this issue · comments

Hello,
I am trying to implement the honeypot but no log files are created. FileLogger is "true", so files should be generated if I am right. I have given the user sudo permissions but nothing changes. Help would be appreciated

You'll need to add a call to self.log someplace in the server, I usually put it in the on_complete function. The most complete example would be the UploadServer so use that as an example.