MISW / ctfbox

CTF Sandbox environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTFBox

Sandbox environment for CTF.

Prerequisite

  • VirtualBox
  • Vagrant

Windows

Get Installer from...

https://www.vagrantup.com/downloads.html

https://www.virtualbox.org/wiki/Downloads

MacOSX

If you don't have homebrew yet,

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew cask install virtualbox
brew cask install vagrant

Building VM

You MUST use this script for booting VM.

./run_vm.sh

Login VM with SSH

vagrant ssh

Shutdown VM

vagrant halt

Uninstall

vagrant destroy

Share files with VM

You can use share directory to share some files with VM.

It's mounted as /share in VM.

Contributing

Contribution (feature request or bug reporting) is welcome ;)

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Make some changes
  3. Create pull request

About

CTF Sandbox environment.


Languages

Language:Shell 100.0%