https://github.com/mach1el/docker-archsec
Arch linux on docker for pentest,include some important tools
https://github.com/mach1el/docker-archsec
arch-linux arch-pentest-docker blackarch blackarch-packages ctf-tools docker docker-container docker-image pentest-scripts pentest-tool
Last synced: about 2 months ago
JSON representation
Arch linux on docker for pentest,include some important tools
- Host: GitHub
- URL: https://github.com/mach1el/docker-archsec
- Owner: mach1el
- License: mit
- Created: 2019-12-31T08:59:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T00:27:44.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T22:44:09.145Z (3 months ago)
- Topics: arch-linux, arch-pentest-docker, blackarch, blackarch-packages, ctf-tools, docker, docker-container, docker-image, pentest-scripts, pentest-tool
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arch pentest docker
 This docker image was created to build minial and important tools which needed to pentest and pratice CTF.Based on [Arch linux](https://www.archlinux.org/) and using [BlackArch's](https://blackarch.org/) repo to install the tools.
### Pull the image
docker pull mich43l/archsec### Build the image from source
git clone https://github.com/mach1el/docker-archsec.git && cd docker-archsec/
docker image build -t archsec .### Run the image
docker run -it --rm archsec
docker run -it --rm mich43l/archsec