mushorg / conpot

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

Create conpot binaries #528

Open xandfury opened 3 years ago

xandfury commented 3 years ago

We should start generating and distributing conpot binaries with each release. We can use pyinstaller which can generate static binaries. Github actions would be perfect for this. Since it would create platform dependant binaries.

We should start with at least binaries on OSX and Debian :slightly_smiling_face:

srenfo commented 3 years ago

I like to use pipx to similar effect.

Dependencies get installed in an isolated environment and a "binary" magically appears in your PATH.

glaslos commented 3 years ago

@srenfo I assume @xandfury wants to improve ease of distribution