We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2295094 + 32b6bb2 commit 7ee9edfCopy full SHA for 7ee9edf
blueteam-container/Dockerfile
@@ -12,12 +12,17 @@ RUN useradd -m -s /bin/bash archytas && \
12
13
RUN pacman -Syu --noconfirm && \
14
pacman -S --noconfirm \
15
+ wireshark-qt \
16
+ tcpdump \
17
+ nmap \
18
+ tshark \
19
+ iftop \
20
+ iptraf-ng \
21
+ exiftool \
22
+ binwalk \
23
sleuthkit \
24
foremost \
25
testdisk \
- binwalk \
- exiftool \
- volatility \
26
chkrootkit \
27
rkhunter \
28
clamav \
@@ -26,14 +31,10 @@ RUN pacman -Syu --noconfirm && \
31
audit \
32
hashdeep \
33
gpg \
29
- wireshark-qt \
30
- tcpdump \
- tshark \
- iftop \
- iptraf-ng \
34
- logwatch \
35
logrotate \
36
rsyslog \
+ volatility3 \
37
+ logwatch \
38
&& pacman -Scc --noconfirm
39
40
USER archytas
0 commit comments