Difference between revisions of "SNORT: Install SNORT saja Ubuntu 16.04"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
==Siapkan Aplikasi Pendukung== | ==Siapkan Aplikasi Pendukung== | ||
− | apt | + | apt update |
− | apt | + | apt install kernel-package libncurses5-dev fakeroot wget bzip2 \ |
fakeroot kernel-wedge build-essential makedumpfile libncurses5 | fakeroot kernel-wedge build-essential makedumpfile libncurses5 | ||
− | |||
− | |||
− | |||
==Download & Compile== | ==Download & Compile== |
Revision as of 08:19, 15 March 2017
Siapkan Aplikasi Pendukung
apt update apt install kernel-package libncurses5-dev fakeroot wget bzip2 \ fakeroot kernel-wedge build-essential makedumpfile libncurses5
Download & Compile
sudo su cd /usr/local/src wget https://www.snort.org/downloads/snort/daq-2.0.6.tar.gz wget https://www.snort.org/downloads/snort/snort-2.9.9.0.tar.gz
cd /usr/local/src tar xvfz daq-2.0.6.tar.gz cd daq-2.0.6 ./configure && make && sudo make install
cd /usr/local/src tar xvfz snort-2.9.9.0.tar.gz cd snort-2.9.9.0 ./configure --enable-sourcefire && make && sudo make install