OWASP / Python-Honeypot

OWASP Honeypot, Automated Deception Framework.
https://www.secologist.com/
Apache License 2.0
434 stars 139 forks source link

a question of changing protocol #344

Closed K0zero closed 2 years ago

K0zero commented 2 years ago

I'm considering making a honeynet system for ICS, and I think the project you've done is great. so I'd like to ask if honeypots support changing protocols for communicating with each other,
such like modbus( a Industrial control protocol ) and if honeypots can emulate a virtual industrial control PLC thanks

Ali-Razmjoo commented 2 years ago

Hi,

sorry for my late reply, I implemented the protocol myself manually and created the responses, if you have any guidelines on how to create modbus server, I can help you to create a new module for that.

Bests, Ali.

K0zero commented 2 years ago

well, if this project can use customized modules with docker, i can make a modbus sercver dockerfile from another project which called conpot.

Ali-Razmjoo commented 2 years ago

i'd rather to convert this to a nettacker functionality instead