Skip to content

Commit

Permalink
add snort and ufw
Browse files Browse the repository at this point in the history
  • Loading branch information
severindellsperger committed Jul 4, 2024
1 parent c80fc12 commit 9e23e9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN apt-get update && apt-get install -y \
snmp \
snmpd \
wpasupplicant \
consult
consul \
snort \
ufw

CMD [ "/bin/bash" ]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A Docker image which contains multiple helpful network troubleshooting packages.

Installed packages:
```bash
tcpdump htop nmap net-tools curl wget vim iperf3 dnsutils tshark iproute2 iputils-ping isc-dhcp-client apache2 traceroute netcat openssh-server snmp snmpd consul
tcpdump htop nmap net-tools curl wget vim iperf3 dnsutils tshark iproute2 iputils-ping isc-dhcp-client apache2 traceroute netcat openssh-server snmp snmpd consul snort ufw
```

## IP Address Configuration
Expand Down

0 comments on commit 9e23e9d

Please sign in to comment.