
Script to make Snort installation simpler.
The script installs:
- Snort: Open Source IDS.
- Barnyard2: Interpreter for Snort unified2 binary output files.
- PulledPork: Snort rule management.
- WebSnort: Web Interface for PCAP analysis.
Successfully tested in:
- Raspberry Pi + Raspbian Jessie
- Kali Linux Rolling Release
- Debian 8.5
Installation
What do you need?
- A computer running:
- Debian
- Kali Linux
- Raspbian Jessie
- Oinkcode:
- It’s FREE!
- Highly recommended!
- Get yours here.
- Identified Network Interface:
ip link show
- Previous dependencies:
sudo apt-get install git
- Patience.
Simply run on your terminal:
git clone https://github.com/joanbono/Snorter.git
cd Snorter/src
Execution
Printing the USAGE:
bash Snorter.sh -h
OR
bash Snorter.sh --help
RECOMMENDED: Executing the script using an OINKCODE
bash Snorter.sh -o <oinkcode> -i <interface>