Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

pulledport.pl refinement #832

Closed
MiddleSiggy opened this issue Nov 2, 2015 · 3 comments
Closed

pulledport.pl refinement #832

MiddleSiggy opened this issue Nov 2, 2015 · 3 comments

Comments

@MiddleSiggy
Copy link

Found an issue with pulled pork not pulling down the latest signatures because there was another line with the word ENGINE in /etc/nsm/securityonion.conf (IDS_ENGINE_ENABLED="yes").

Solution was to refine the grep statement inside the pulledpork.pl file.

Diff:

diff pulledpork.pl pulledpork.pl.orig
1853c1853
<                     my $Engine = `grep -E "^ENGINE" /etc/nsm/securityonion.conf | cut -d\= -f2`;

---
>                     my $Engine = `grep ENGINE /etc/nsm/securityonion.conf | cut -d\= -f2`;
@dougburks
Copy link
Contributor

@dougburks
Copy link
Contributor

@dougburks
Copy link
Contributor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants