Skip to content

mach1el/docker-archsec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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