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
| # 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 |