Skip to content

Instantly share code, notes, and snippets.

View rorobig's full-sized avatar

Rocheandley Kwidama rorobig

View GitHub Profile
@rorobig
rorobig / snort_install.sh
Created March 18, 2021 15:48 — forked from maravedi/snort_install.sh
Install script for Snort3
# I scripted out the installation commands from the Snort setup guide for Ubuntu 16:
# https://s3.amazonaws.com/snort-org-site/production/document_files/files/000/000/123/original/Snort_3.0.0-a4-223_on_Ubuntu_14_and_16.pdf
#
# This script will install all the prerequisites for Snort, including Snort itself.
# As time passes, it may be necessary to update the download URLs for Libsafe, Ragel, Hyperscan, DAQ, and Snort. As those are hard-coded URLs based on their versions
#
# How to run the script:
# sudo sh snort_install.sh
logfile=~/snort_install.log