Skip to content

MISW/ctfbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages