pwnlandia / mhn

Modern Honey Network
GNU Lesser General Public License v2.1
2.42k stars 631 forks source link

Suricata Script does not work #836

Open himuura opened 2 years ago

himuura commented 2 years ago

Hey! Been testing some probes and suricata script doesn't seem to work due to the fact that the suricata rules do not exist anymore on that link, it needs to be update. Im testing with another suricata version but i'm not confident... Anyone to help a brother out? Thanks in advance! (using ubuntu 16.04)

wrharding commented 2 years ago

Can you provide an output of the failure?

wrharding commented 2 years ago

Related: #798

himuura commented 2 years ago

Exactly! It was this exact error mate, sorry for the delay but i left the lab some hours ago. Gonna try the sed to replace the version of suricata. One other thing, setuptools fails to install on some scripts. I managed to install cowrie for instance without setuptools (supervisor) and it seems to be working...The same happened with suricata. Had to comment out pyyaml and i think distribute as well so i could bypass that part of the script. Any suggestions on how to fix it?