Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 944 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 944 Bytes

Knife Tools Container

Container based on Debian with a few utilities installed for troubleshooting:

  • curl
  • traceroute
  • wget
  • dnsutils
  • netcat
  • jq
  • nmap
  • net-tools (ifconfig, netsat, arp, rarp, route, etc)
  • tcpdump
  • mtr-tiny
  • iperf3
  • openssl / openssl-client
  • nmap
  • nvi
  • git
  • less

How to run

Running as standalone container:

docker run -it leandrocostam/knifetools

Running by sharing the network namespce for the specified container (already running):

docker run -it --network=container:<containerName> leandrocostam/knifetools