This is provisioning file for CTF player based on MItamae.
MItamae
Itamae implementation that is runnable without Ruby, which is a lightweight configuration management tool inspired by Chef. With mitamae's standalone binary, you can write a configuration recipe in Ruby and apply it without Ruby.
https://github.com/k0kubun/mitamae
- Ubuntu 17.04
node.json
{
"user": "",
"dir": ""
}
sample
{
"user": "ak1t0",
"dir": "Works"
}
If this json is specified, tools will be installed to /home/ak1t0/Works/ctf
.
dir should be ""
when you don't need dir.
git clone https://github.com/ak1t0/MItamae-CTF
cd MItamae-CTF
(edit node.json)
./mitamae local -j node.json recipe.rb
git, curl, binutils, lib32z1, lib32ncurses5, gdb-peda, enjarify, volatility, wireshark, sleuthkit, binwalk, radare2, jd-gui, stegsolve, rp++, pwntools, socat, foremost, qemu
This is based on Mitamae-Debian and mitamae-osx.
Copyright © 2017 ak1t0 Distributed under LICENSE