diff --git a/Dockerfile b/Dockerfile index 598fa8d..9534755 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,8 @@ RUN apt-get update && apt-get install -y \ snmp \ snmpd \ wpasupplicant \ - consult + consul \ + snort \ + ufw CMD [ "/bin/bash" ] diff --git a/README.md b/README.md index d137863..fd919e6 100644 --- a/README.md +++ b/README.md @@ -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