joanbono / Snorter

Snort + Barnyard2 + Pulledpork → The easy way!
https://joanbono.github.io/Snorter
GNU General Public License v3.0
165 stars 32 forks source link

Resolve snort version the the latest #22

Closed rbshadow closed 6 years ago

rbshadow commented 6 years ago

Previous

screenshot from 2017-11-20 11 31 01

Latest

screenshot from 2017-11-20 11 32 28

joanbono commented 6 years ago

Really good catch!

I've fixed this by this way, I thik it's correct to specify the numbers that would appear.:

SNORT=$(echo $(curl -s -k https://www.snort.org | grep "wget" | grep -oP "snort\-\d.\d\.\d{1,3}"))

Thanks bro!

joanbono commented 6 years ago

FIXED in commit c22f74d

rbshadow commented 6 years ago

Please do fix for Ubuntu 14.04 also. Thank you :+1:

joanbono commented 6 years ago

Done! 😃