mushorg / conpot

ICS/SCADA honeypot
GNU General Public License v2.0
1.22k stars 413 forks source link

Improve documentation on Conpot Honeypot #454

Closed mannbavara closed 3 years ago

mannbavara commented 5 years ago

Which type of attack can be done on conpot honeypot? How are logs generated for specific attack? What is structure of

creolis commented 5 years ago

I know the state of documentation here on conpot is bad, but is it that bad that you could not finish the sentence? ;-)

mannbavara commented 5 years ago

@creolis What is structure of logs generated? How to export the logs to .json file?

Vingaard commented 5 years ago

You do need to change the configuration file (-c switch) e.g conpot.cfg to; [json] enabled = True

That would create a json log file -aka no need to export.. please see conpot/testing.cfg for inspiration

18520165 commented 3 years ago

Hello, i have some problem about the JSON log.

You do need to change the configuration file (-c switch) e.g conpot.cfg to; [json] enabled = True

That would create a json log file -aka no need to export.. please see conpot/testing.cfg for inspiration

Hello, i have some problem about json log. when i change: [json] enable = true and i start conpot again, it was a PermissionError like this: image So how can i solve this problem, thank you.