https://github.com/freemankevin/Kali
一个基于 Kali 的网络测试容器
https://github.com/freemankevin/Kali
Last synced: 10 months ago
JSON representation
一个基于 Kali 的网络测试容器
- Host: GitHub
- URL: https://github.com/freemankevin/Kali
- Owner: FreemanKevin
- License: mit
- Created: 2025-01-10T03:44:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T03:49:15.000Z (over 1 year ago)
- Last Synced: 2025-01-10T04:28:40.598Z (over 1 year ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```