You are on page 1of 1

Cài snort

1. sudo apt-get update

2. sudo apt-get install flex bison build-essential checkinstall

libpcap-dev libnet1-dev libpcre3-dev libmysqlclient-dev

libpcap-dev libnet1-dev libpcre3-dev libmysqlclient-dev

libnetfilter-queue-dev iptables-dev

3. sudo apt-get install -y autoconf libtool pkg-config

mkdir inst

4. cd inst/

5. wget https://www.snort.org/downloads/snort/daq-2.0.7.tar.gz

6. wget https://www.snort.org/downloads/snort/snort-2.9.18.1.tar.gz

7. wget https://github.com/nghttp2/nghttp2/releases/download/v1.17.0/nghttp2-1.17.0.tar.gz

tar -xvzf daq-2.0.6.tar.gz  cd daq-2.0.6

./configure (lỗi no targets specified thì sudo apt-get install libdumbnet-dev)

You might also like