Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

MacOS Installation

mradka-splunk edited this page Oct 12, 2021 · 4 revisions

Prerequisite:

  1. git clone https://github.com/splunk/attack_range_local && cd attack_range_local clone project and cd into the project dir
  2. pip install virtualenv && virtualenv -p python3 venv && source venv/bin/activate && pip install -r requirements.txt create virtualenv and install requirements
  3. Install additional ansible module ansible-galaxy collection install community.windows

Vagrant configuration

  1. brew install --cask virtualbox if you don't already have virtual box installed on OSX, otherwise see their installation instructions.
  2. brew install --cask vagrant install Vagrant CLI on OSX, otherwise see: guide
  3. Change splunk_admin_password and win_password in attack_range_local.conf

Notes

  • linux endpoints like Splunk can be logged into by using the default vagrant credentials: username vagrant password vagrant. Alternatively the vagrant ssh command can be used.
Clone this wiki locally