An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Arch pentest docker
![License](https://img.shields.io/github/license/mach1el/docker-archsec?color=red&style=plastic) ![Version](https://img.shields.io/github/v/release/mach1el/docker-archsec?style=plastic)

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