Sign inSign up

razvan1/net-debug

By razvan1

β€’Updated about 1 year ago

Image
0

237

razvan1/net-debug repository overview

β πŸ› οΈ Network Debug Toolbox (Alpine)

Lightweight Docker image based on Alpine Linux, packed with the most useful network troubleshooting & debugging tools.
Perfect for sysadmins, DevOps, security engineers, and network specialists who need a fast Swiss-army knife inside containers.


β πŸ”Ή Included Tools

  • Scanning & Discovery: nmap, arp-scan, tcpdump, hping3, tshark, ngrep, tcpflow
  • Network Utilities: mtr, traceroute, tcptraceroute, iftop, iptraf-ng, bmon, nload
  • Traffic Generators & Tests: iperf, iperf3, socat, netcat-openbsd
  • DNS & IP Tools: dig, host, bind-tools, ldns-tools, whois
  • System & Network Management: iproute2, iputils, ethtool, net-tools, arping, mactelnet
  • Transfer & Utils: curl, wget, rsync, openssl
  • SNMP Tools: net-snmp-tools
  • Dev & Config Helpers: nano, jq, yq, yamllint, python3, scapy

β πŸ”Ή Usage

Run interactively with network and raw socket access:

docker run --rm -it \
  --net=host \
  --cap-add NET_ADMIN \
  --cap-add NET_RAW \
  openthreat/net-debug

πŸ”Ή Why this image?

  • βœ… Tiny footprint (based on Alpine)
  • βœ… All essential tools in one place
  • βœ… Ideal for troubleshooting containers, Kubernetes, Docker networks, cloud VPCs, VPNs, firewalls, IDS/IPS rules, etc.
  • βœ… No need to install dozens of packages manually

βΈ»

πŸ”Ή About

Maintained by OpenThreat.ro β€” A cybersecurity & DevOps initiative providing open tools, guides, and services for secure infrastructure.

🌐 Visit: https://openthreat.ro⁠ πŸ™ GitHub: https://github.com/openthreat-ro⁠

Tag summary

Content type

Image

Digest

sha256:84c7d66ed…

Size

88.4 MB

Last updated

about 1 year ago

docker pull razvan1/net-debug