Yashin Mehaboobe

Results 9 comments of Yashin Mehaboobe

From what I understand, to implement OPC UA we need to: 1) Create a OPC UA server in python. 2) Start it along with the http,snmp,modbus and s7 servers and...

Cool! I'll get started then. So just logging the IP of the attacker would do right? I'm interested too! And it's great to be involved in this great project!

I've added a few lines that should accomplish the first feature i.e making the protocols optional: https://github.com/Sp3ctr3/conpot/blob/master/bin/conpot. Is that what you intended? Modified config file: https://github.com/Sp3ctr3/conpot/blob/master/conpot/conpot.cfg It seems to be...

Sure! It's done. And yeah I will open an issue after I look around some more. I think it's because other server's have to be stopped while S7 doesn't but...

Should I add code to check if the protocol dependencies exist? I thought installing conpot would automatically install the dependencies too.

From what I could dig up, passing parameters to setup.py doesn't sound possible. https://mail.python.org/pipermail/distutils-sig/2010-May/016147.html Any other options? Maybe reading from a setup configuration file?

Should I just add try catches for the imports for now?

How does this look? https://github.com/Sp3ctr3/conpot/blob/master/bin/conpot. I didn't sent it as a pull request because the build was failing.

I thought about the problem with not having imports at the top too. But in this case the only other option would involve reading from the config file at the...