mushorg / conpot

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

Python 3.10.12 #587

Open pcoelho328 opened 9 months ago

pcoelho328 commented 9 months ago

I'm using Python version 3.10.12 and conpot 0.60. Every time I try to run conpot as a user, not as root, I receive the following message: permissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.10/dist-packages/conpot/conpotTempFS' What I've already done: 1 – I gave the user "aluno" permission to the conpot folder. sudo chown -R aluno:aluno /usr/local/lib/python3.10/dist-packages/conpot/ The error always points to a folder that doesn't exist: conpotTempFS. I created this folder at: ==>mkdir /usr/local/lib/python3.10/dist-packages/conpot/conpotTempFS I gave permission to this created folder: ==>sudo chown -R aluno:aluno /usr/local/lib/python3.10/dist-packages/conpot/conpotTempFS It doesn't work and I don't know how to solve it.

glaslos commented 4 months ago

Hi, did you try setting the virtual_file_system paths in the config?