mushorg / conpot

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

Run conpot #442

Closed emaldahasi closed 5 years ago

emaldahasi commented 5 years ago

I have this problem,, can you guide me to solve it .. I installed python from this link https://conpot.readthedocs.io/en/latest/installation/ubuntu.html and used Ubuntu 16.04

$ sudo conpot --template [default] Traceback (most recent call last): File "/usr/local/bin/conpot", line 4, in import('pkg_resources').run_script('conpot==0.6.0', 'conpot') File "/home/waleed/.local/lib/python2.7/site-packages/pkg_resources/init.py", line 666, in run_script self.require(requires)[0].run_script(script_name, ns) File "/home/waleed/.local/lib/python2.7/site-packages/pkg_resources/init.py", line 1437, in run_script .format(**locals()), pkg_resources.ResolutionError: Script 'scripts/conpot' not found in metadata at '/home/waleed/.local/lib/python2.7/site-packages/conpot-0.6.0-py2.7.egg-info'

xandfury commented 5 years ago

Docs are not up to date. You are trying to tun conpot on python 2.7 while it would work only on python 3.5+. This guide should get you started