-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
500 error on Checking MD5 #239
Comments
Are there any issues with your oinkcode or did you put it into your pulledpork.conf? Can you login to www.snort.org and download the signatures by hand? If so, make sure your oinkcode is set correctly, |
That md5 file is MIA:
|
So I copied the url posted from the error: |
Wasn't this fixed via 9d4e9e5? |
Is still experience the issue and did some additional testing. If I run the command skipping md5 check (Again only occuring on Centos 7) I get this response:
Edit - I also tried with the |
I've packaged pulledpork 0.7.2 for CentOS7 http://koji.fedoraproject.org/koji/buildinfo?buildID=816715, and have no problems when downloading rules.
Downloading snortrules-snapshot-2983.tar.gz works for me with both pulledpork 0.7.2 and Do you have the latest:
|
As a test:
and pulledpork still has no problems downloading snortrules-snapshot-2983.tar.gz. I can trigger the 500 error if the following module is missing:
and 501 error with this missing (see #221):
|
Thanks for all the info. I tried everything you provided and there was no change.
All the ca-certs and packages were in place. So I tried installing perlbrew and set it to the latest stable perl v5.24.0 and installed the corresponding cpan modules. After that everything worked. So it seems something is wrong with either Perl v5.16.3 or the modules in yum being used with that version. Hopefully the packages get their updates soon. But too bad its not an easier fix. |
Can you try the following Vagrantfile, this downloads community-rules.tar.gz. If this works you can
|
Hi, I have a similar issue, lwp-download fails for me connecting to snort.org so its underneath pulledpork. curl / wget all work fine. we are stuck behind a mcafee web proxy so for us its the interaction between perl lwp and our proxy but havent got to the bottom of this yet. lwp-download https://www.snort.org |
Will need to look at this with 0.7.3 released, as there have been issues with various proxy setups, and the addition of some configuration options must be ironed out to take care of all issues. |
I have this issue on Manjaro and have a solution. Running PulledPork v0.7.4 (pulledpork AUR version 3.0.0.4-1). The issue is not with your Perl code but an advanced release that does not yet have rules specifically built for it on the Snort website. Running: snort -V: NOTE: The highest iteration of Snort rules is curently 3.1.21.0 but my Snort version is 3.1.22.0. My Snort application was built through pamac AUR from https://github.com/snort3/snort3/archive/refs/tags/3.1.22.0.tar.gz, meaning the version number is correct. I received this error by running: pulledpork.pl -c /etc/pulledpork/pulledpork.conf -Pw
@_/ / 66_ and the PulledPork Team!
|
Hello,
I've been working on an install of snort with pulled pork on 4 different systems.
Currently Centos 6, Centos 7, Ubuntu 14, Ubuntu 16.
Everything works on each system except Centos 7.
Here is the system details:
CentOS Linux release 7.2.1511 (Core)
Perl v5.16.3
Pulledpork 0.7.3
Snort 2.9.7.6
Daq 2.0.6
When I run:
/usr/local/bin/pulledpork.pl -c /etc/snort/pulledpork.conf -P
Note: has replaced the real oinkcode
the output is:
when run with verbose
So the
500 addr is not a string
seems perl related... but not clear on why?Also why it works on every system but Centos 7 is confusing as well.
Any help would be appreciated
The text was updated successfully, but these errors were encountered: