https://github.com/jehna/pentobox
A docker container for pentesting
https://github.com/jehna/pentobox
Last synced: about 2 months ago
JSON representation
A docker container for pentesting
- Host: GitHub
- URL: https://github.com/jehna/pentobox
- Owner: jehna
- License: mit
- Created: 2022-08-13T19:15:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T19:42:59.000Z (8 months ago)
- Last Synced: 2025-01-10T02:22:36.568Z (4 months ago)
- Language: Dockerfile
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PenToBox
> A simple Docker container for pentestingRunning Kali on a virtual machine may be an overkill, so this project aims to
have a working simple Docker container for pentesting.## Getting started
Run the following command (on MacOS) to get started:
```shell
./start.sh
```This loads the most recent, pre-built Docker container from Github Packages and
runs it locally on your machine.Yhe `/work` directory is mounted automatically, so you can save your work
between sessions.## Developing
Build the container locally via:
```shell
docker build .
```And then you can edit the `./start.sh` to run your local container.
### Building/deploying
The container is built and deployed automatically with Github Actions to Github
Packages.## Features
This project aims to be:
* Somewhat usable
* Easy to spawn
* Working with MacOS (ARM64)
* A constantly evolving tool to the author's personal needs## Contributing
Right now this project is intended only for the author to use. If you're
interested in contributing, please reach out to me via a
[Github issue](https://github.com/jehna/pentobox/issues/new).## Licensing
The code in this project is licensed under MIT license.