shirkdog / pulledpork

Pulled Pork for Snort and Suricata rule management (from Google code)
GNU General Public License v2.0
417 stars 134 forks source link

Problem for "rules tarball" #332

Open willian7854 opened 4 years ago

willian7854 commented 4 years ago

Hello guys,

I need some critical help.

My system is CentOs 7.

When giving the command: "pulledpork.pl -c /etc/snort/pulledpork.conf -l"

It sits in an eternal looping.

I've been trying to resolve this issue for 2 weeks without success.

You can give me a north. pulledpork

playmobil77d commented 4 years ago

Hi, I experienced the same problem. If the md5 does not match, it loop indefinitely. For example, in the snortrules-snapshot-29150.tar.gz.md5, we had this content: ["undefined methodunsupported_value?' for ActiveRecord::StatementCache:Class"]`

This is a problem, it should have a limit of attempt then fail with a clear error.

shirkdog commented 3 years ago

If this is still an issue, try with the latest master copy of the script. If it is still happening, I will need to match your perl command line and your pulledpork.conf to make sure I get down the same code path. If the snort version does not exist, it should fail that it cannot get the md5sum.

GooseSteps commented 3 years ago

Hello, I want to ask, how did you solve this problem in the end?