Updated IPBlacklist URL and Version number#69
Open
westgawolf11 wants to merge 1 commit intoda667:masterfrom
Open
Updated IPBlacklist URL and Version number#69westgawolf11 wants to merge 1 commit intoda667:masterfrom
westgawolf11 wants to merge 1 commit intoda667:masterfrom
Conversation
Added a pipe in the URL for the blacklist download because pulledpork.pl was parsing IPBLACKLIST as the file name to download instead of ip-filter. This was causing the script to fail because pulledpork.pl issues a croak command if the file fails to download and autosnort won't complete unless it gets a successful completion response from pulledpork. Also updated the version number from 0.7.4 to 0.8.0 because the version number in the pulledpork repo was updated in Sep 2020 and pulledpork.pl was issuing a croak command when it saw that the version numbers in the .conf file didn't match the .pl file that was updated, again causing the autosnort script to fail.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a pipe in the URL for the blacklist download because pulledpork.pl was parsing IPBLACKLIST as the file name to download instead of ip-filter. This was causing the script to fail because pulledpork.pl issues a croak command if the file fails to download and autosnort won't complete unless it gets a successful completion response from pulledpork.
Also updated the version number from 0.7.4 to 0.8.0 because the version number in the pulledpork repo was updated in Sep 2020 and pulledpork.pl was issuing a croak command when it saw that the version numbers in the .conf file didn't match the .pl file that was updated, again causing the autosnort script to fail.
[Side Note: I updated this in the github.com website file editor, and it added a newline terminator to the end of the file which is why that change is showing. I haven't been able to figure out how to keep it from doing that, but this wasn't a change I was trying to make.]