https://github.com/dubniczky/hackbox
Kali Linux running in the browser with Xfce GUI using noVNC
https://github.com/dubniczky/hackbox
container docker gui hacking hacking-tool kali kali-linux virtual-machine
Last synced: about 1 year ago
JSON representation
Kali Linux running in the browser with Xfce GUI using noVNC
- Host: GitHub
- URL: https://github.com/dubniczky/hackbox
- Owner: dubniczky
- License: mit
- Created: 2022-07-27T17:12:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T18:00:12.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T13:33:02.585Z (about 1 year ago)
- Topics: container, docker, gui, hacking, hacking-tool, kali, kali-linux, virtual-machine
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Hackbox - Kali Linux Container With GUI
Kali Linux running in the browser with Xfce GUI using noVNC
## Support ❤️
If you find the project useful, please consider supporting, or contributing.
[](https://www.buymeacoffee.com/dubniczky)
## Start Guide
### 1. Get the image
Download from DockerHub
```bash
docker pull detrix/hackbox
```
Or build yourself
```bash
make build
```
### 2. Start the image
Release version
```bash
make box
```
Your local build
### 3. Access the container
You may access the container in two main ways:
1. Through the CLI after issuing the start command. You are given a root ZSH instance.
2. Using a browser client for GUI by navigating to the URL printed to the console (port might differ based on your settings)
```bash
make start
```
### 4. Delete the container
Exit the running console using `Control+C` or typing `exit`. The container is automatically destroyed.
> Remember not to leave any files in the container, as they will be lost.
> Remember to delete the container after each use. Never use it twice.
## Happy Hacking!
I hope you'll find this tool useful!
Remember to stay stafe in your operations ✌️