Lukas Rist

Results 263 comments of Lukas Rist

Can you provide the exact commands you use? I just tried successfully with: ``` pip install conpot conpot ```

Haha, I was about to create a new ticket for the template description :joy: how about renaming `default` to `sample`? IIRC that was the intention, to show a basic configuration...

This seems to be a good start: https://github.com/stevenblair/rapid61850

First goal should be talking to a Modbus slave using Modbus over TCP.

@AlvinKuruvilla the only use is [here](https://github.com/mushorg/conpot/blob/8c267402a95ee75de87727f9550dd0a94034e86d/conpot/protocols/ipmi/fakesession.py#L31)

@AlvinKuruvilla did you try the example? https://cryptography.io/en/latest/hazmat/primitives/symmetric-encryption.html#cryptography.hazmat.primitives.ciphers.Cipher

@CypherpunkSamurai have you had a chance to give this a try?

Initial feature should be cloning conpot's configuration just from crawling the honeypot.

Yeah, I share your experience. There are options which are more structured (e.g. [HCL](https://github.com/hashicorp/hcl)) but I'm also leaning towards something which is easy to understand and familiar. I keep this...