mich43l/archsec

By mich43l

Updated over 4 years ago

Arch linux on docker for pentesting

Image
0

37

Arch pentest docker

LicenseVersion

This docker image was created to build minial and important tools which needed to pentest and pratice CTF.Based on Arch linux and using BlackArch's 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

Docker Pull Command

docker pull mich43l/archsec