https://github.com/raesene/dockerized-security-tools
Dockerfiles for security tools
https://github.com/raesene/dockerized-security-tools
docker security-tools
Last synced: 10 months ago
JSON representation
Dockerfiles for security tools
- Host: GitHub
- URL: https://github.com/raesene/dockerized-security-tools
- Owner: raesene
- Created: 2018-07-24T12:27:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T09:57:25.000Z (over 1 year ago)
- Last Synced: 2025-04-07T20:50:11.187Z (about 1 year ago)
- Topics: docker, security-tools
- Language: Dockerfile
- Size: 167 KB
- Stars: 50
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Security Tool Docker Images
Some Docker images of security tools that I've used, based off a common base image (Ubuntu:18.04). The idea is to help avoid the dependency mess that is so easy to get into with security tools which want a lot of specific libraries and software versions.
Using a common base image will help reduce disk space needed, Ubuntu:18.04 is used as it's well supported and will get updates for quite a while to come.
The Dockerfiles are then made available on [Docker Hub](https://hub.docker.com/r/raesene/) under my account.
Periodic rebuilds are triggered for each build using [Microsoft Flow](https://flow.microsoft.com/en-us/) so that the images stay fresh.
## Play with Docker
For some of the images you can try things out in Play with Docker using the buttons below (you'll need a docker hub account to make this work). Once you click the button and the stack has launched on Play with Docker just look for the link with the port number in it (e.g. 3000) on the page and click that for access.
- Dradis - [](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/raesene/dockerized-security-tools/master/dradis/docker-compose.yml)