Skip to content

Instantly share code, notes, and snippets.

View unlux's full-sized avatar
💤
womp womp

Lakshay Choudhary unlux

💤
womp womp
View GitHub Profile
@unlux
unlux / snort_install.sh
Created November 8, 2024 03:46 — 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
@unlux
unlux / README.md
Created August 4, 2024 16:04 — forked from balupton/README.md
Upload a File to Cloudflare R2 Instructions