mushorg / conpot

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

connecting conpot to an online HMI #439

Closed Hadi-94 closed 5 years ago

Hadi-94 commented 5 years ago

I have my HMI hosted online using AWS (S3 serviec) .. How do I make Conpot connect back to it ?! what file should I adjust ?! Is it web_server.py file in http protocol folder ?! or is there a specific tool that i should use ?! I know that I should put this before docker deployment .. but I'm not sure which file/ tool should I use

Hadi-94 commented 5 years ago

@xandfury @creolis if you guys have an idea pls help .. thanks in advance

Hadi-94 commented 5 years ago

after further research .. hosting conpot on an EC2 instance on AWS was a good step for me since it has the ability to help in hosting the full conpot code with an access to the html over the internet from everywhere. while S3 services is only for static website, meaning that they don't have a back-end code.