Skip to content

ak1t0/MItamae-CTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MItamae-CTF

Description

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

Development

  • Ubuntu 17.04

Config

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.

Install

git clone https://github.com/ak1t0/MItamae-CTF
cd MItamae-CTF
(edit node.json)
./mitamae local -j node.json recipe.rb

Tools

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

Releases

No releases published

Packages

No packages published

Languages