update latest snort2 version
Este commit está contenido en:
@@ -1,5 +1,5 @@
|
||||
FROM debian:buster-slim
|
||||
ENV VERSION 2.9.19
|
||||
FROM debian:bookworm-slim
|
||||
ENV VERSION 2.9.20
|
||||
|
||||
RUN mkdir -p /root/pcaps/
|
||||
COPY labs /root/
|
||||
@@ -8,6 +8,7 @@ WORKDIR /root/src/
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install \
|
||||
file \
|
||||
build-essential \
|
||||
vim \
|
||||
curl \
|
||||
@@ -29,14 +30,15 @@ RUN apt-get update && \
|
||||
liblzma-dev \
|
||||
luajit \
|
||||
libluajit-5.1-dev \
|
||||
libssl1.1 \
|
||||
libssl3 \
|
||||
libssl-dev \
|
||||
libntirpc-dev \
|
||||
tcpreplay && \
|
||||
apt-get clean && \
|
||||
curl -L -O https://snort.org/downloads/snort/snort-$VERSION.tar.gz && \
|
||||
tar xf ./snort-$VERSION.tar.gz && \
|
||||
cd ./snort-$VERSION && \
|
||||
./configure --enable-sourcefire --enable-open-appid && \
|
||||
./configure CFLAGS="-I/usr/include/ntirpc/" --enable-sourcefire --enable-open-appid && \
|
||||
make -j$(nproc) && \
|
||||
make install && \
|
||||
ldconfig && \
|
||||
|
||||
Referencia en una nueva incidencia
Block a user