mushorg / conpot

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

How to config conpot for a proper respond for modbus request (Function Code=7)? #460

Closed jnzhuang closed 5 years ago

jnzhuang commented 5 years ago

Modbus request (Function code=7) is "read exception". Is there a way to configure conpot for a proper respond (no exception status code in response packet) by modifying xml file? Or do I have to write python code to override that from modbus-tk? Thank you.