Abhinav Saxena

Results 43 comments of Abhinav Saxena

Hey. Indeed PyPI package would be very cool. @nitram509 You need a setup.py and Pypi account to create a package. Additionally you need to decide what would you like to...

Check this: http://pyserial.readthedocs.io/en/latest/examples.html#tcp-ip-serial-bridge

Could you please share what exactly did you do? For us to replicate the issue :slightly_smiling_face:

Although my experience with swig is limited, I think auto generated python API is a little hackish - and may lead to unexpected behavior. I would instead suggest using `Boost.python`...

There has been promising updates on this :slightly_smiling_face: [pydnp3](https://github.com/ChargePoint/pydnp3)

@angelferni90 @cnlzxin Have you thought about interfacing an actual arduino based modbus device? You can proxy conpot with that device - you might need to use ethernet shield but you...

Hey @angelferni90! Did you solve your issue? Hacking though/changing databus values while running Conpot may not be a trivial task. Since both conpot and your script are different processes, you...

@Vingaard You are right about that. For proxy, we currently only have ASCII decoder. I have been thinking about extending the proxy module for a while now. Users can just...

Check with your docker IP please. Also make sure that packets are reachable from your host to the container. You might wanna run it with something like: `--network_mode=host` as a...

Also test with https://github.com/0xICF/SCADAShutdownTool/blob/master/README.md