We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3c253 commit 7108bd2Copy full SHA for 7108bd2
redteam-container/Dockerfile
@@ -11,7 +11,7 @@ RUN useradd -m -s /bin/bash claw && \
11
echo "claw ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
12
13
RUN sudo pacman -Syu --noconfirm && \
14
- sudo pacman -S --noconfirm nmap metasploit aircrack-ng john hydra && \
+ sudo pacman -S --noconfirm nmap metasploit aircrack-ng john hydra netexec gnu-netcat && \
15
sudo pacman -Scc --noconfirm
16
17
USER claw
0 commit comments