Sign inSign up

vltraheaven/archstrike-docker

By vltraheaven

Updated about 6 years ago

An Archstrike-powered Arch Linux container for security professionals, enthusiasts and OSCP prep.

Image
0

1.0K

vltraheaven/archstrike-docker repository overview

Archstrike-Docker

logo

Archstrike in a Linux Container.

Archstrike Website

Archstrike Twitter

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.

Building the Container Image

$ git pull https://github.com/VltraHeaven/archstrike-docker
$ cd ./archstrike-docker
$ docker build -t archstrike-docker .

Alternatively, you can pull the image from DockerHub

$ docker pull vltraheaven/archstrike-docker

It's a fairly large image so depending on your internet connection it may take a while.

Running the Container

$ 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.

Tag summary

Content type

Image

Digest

Size

467.7 MB

Last updated

about 6 years ago

docker pull vltraheaven/archstrike-docker