Monday, June 5, 2017

Simple Snort Installation: Snorter

10:33 AM Leave a Reply
Simple Snort Installation: Snorter


Simple Snort Installation

Tricky script which mades Snort installation simply as a script execution is. 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>

Docs
Download