An Archstrike-powered Arch Linux container for security professionals, enthusiasts and OSCP prep.
1.0K
ArchStrike is a penetration testing and security layer on top of Arch Linux that follows the Arch Linux standards very closely in order to keep packages clean, proper and easy to maintain.
This container is built on the archlinux/base container image with the Archstrike repos enabled and the core dependencies of Tib3rius' AutoRecon, an OSCP-oriented network reconnaissance tool.
$ git pull https://github.com/VltraHeaven/archstrike-docker
$ cd ./archstrike-docker
$ docker build -t archstrike-docker .
$ docker pull vltraheaven/archstrike-docker
It's a fairly large image so depending on your internet connection it may take a while.
$ docker run -it -name archstrike-docker archstrike-docker
The Dockerfile creates a user with the username 'archstrike' and UID|GID of '1000', adds the account as a password-less sudoer and starts the container within the context of this user. Feel free to change any of these settings at your discretion.
Content type
Image
Digest
Size
467.7 MB
Last updated
about 6 years ago
docker pull vltraheaven/archstrike-docker