/docker-archsec

Arch linux on docker for pentest,include some important tools

Primary LanguageShellMIT LicenseMIT

Arch pentest docker

License Version

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