Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 735 Bytes

File metadata and controls

15 lines (11 loc) · 735 Bytes

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