Skip to content

Instantly share code, notes, and snippets.

@bluesku
Created February 24, 2021 16:21
Show Gist options
  • Save bluesku/6f19f6eb7624ef40f02fad0604fd8632 to your computer and use it in GitHub Desktop.
Save bluesku/6f19f6eb7624ef40f02fad0604fd8632 to your computer and use it in GitHub Desktop.
OpenAppID-snort Install - Application Detector Package
#! /bin/sh
#OpenAppId is an open, application-focused detection language and processing module for Snort that
#enables users to create, share, and implement application and service detection.
#
# Reference guides:
# https://kifarunix.com/install-and-configure-snort-3-nids-on-ubuntu-20-04/
# https://www.cisco.com/c/en/us/products/collateral/security/router-security/guide-c07-736629.html
# https://blog.snort.org/2014/03/firing-up-openappid.html
apt-get install libluajit-5.1-2 libluajit-5.1-common libluajit-5.1-dev luajit
#
# Download
#wget https://snort.org/downloads/openappid/16584 -O openappid
#tar -xzf snort-openappid-detectors.2014-02-22.187-0.tgz -C /usr/local/etc/rules/lightspd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment