https://github.com/tfslabs/kasm-kali
Full instance of Kali Linux on KASM
https://github.com/tfslabs/kasm-kali
kali-linux kasm
Last synced: 5 months ago
JSON representation
Full instance of Kali Linux on KASM
- Host: GitHub
- URL: https://github.com/tfslabs/kasm-kali
- Owner: tfslabs
- License: mit
- Created: 2026-02-11T03:02:02.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-02-11T04:14:41.000Z (5 months ago)
- Last Synced: 2026-02-11T09:53:41.882Z (5 months ago)
- Topics: kali-linux, kasm
- Homepage: https://hub.docker.com/r/theflightsims/kasm-kali
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Kali Linux on KASM
This projecet is intended to build a most-complete Kali instance for KASM, which primary is used in online pentesting. Therefore, real hardware implementation (like RFID) has been removed from the instance.
The build images are based on [Kali Rolling Desktop](https://hub.docker.com/r/kasmweb/kali-rolling-desktop/).
## Available containers
Users are recommended to use those available containers
- `theflightsims/kasm-kali:latest-amd64` (for AMD64 desktop)
- `theflightsims/kasm-kali:latest-arm64v8` (for ARM64v8 desktop)
## Usage
1. Try to pull the Kali desktop image from Docker Hub
```bash
# For AMD64
docker pull theflightsims/kasm-kali:latest-amd64
# For ARM64v8
docker pull theflightsims/kasm-kali:latest-arm64v8
```
2. Customize the image registry, [using this document from KASM](https://www.kasmweb.com/docs/develop/how_to/building_images.html#basic-build)
