An open API service indexing awesome lists of open source software.

https://github.com/freemankevin/Kali

一个基于 Kali 的网络测试容器
https://github.com/freemankevin/Kali

Last synced: 10 months ago
JSON representation

一个基于 Kali 的网络测试容器

Awesome Lists containing this project

README

          

# Kali

A Docker image based on Kali Linux Rolling, integrating essential network testing tools for diagnostics, troubleshooting, and penetration testing.

## Included Tools

- Net-tools
- Iproute2
- Ethtool
- Iptables
- Iputils-ping
- Tcpdump
- Nmap
- Traceroute
- Dnsutils (dig)
- SSH
- Telnet
- Wget/Curl
- Netcat

## Usage

```bash
docker pull freelabspace/kalinetbox:latest

docker run -it --rm freelabspace/kalinetbox:latest
```