Ai
1 Star 0 Fork 0

小义的爸爸/ctf-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Vagrantfile 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kevin Borgolte 提交于 2015-12-18 16:04 +08:00 . Add Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
$bootstrap = <<SCRIPT
sudo apt-get update
sudo apt-get -fuy -o Dpkg::Options::='--force-confold' install git
git clone https://github.com/zardus/ctf-tools.git /home/vagrant/ctf-tools/
/home/vagrant/ctf-tools/bin/manage-tools -s setup
SCRIPT
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.hostname = "ctf-tools"
config.vm.provision "shell", privileged: false, inline: $bootstrap
config.vbguest.installer_arguments = []
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/csharphpython/ctf-tools.git
git@gitee.com:csharphpython/ctf-tools.git
csharphpython
ctf-tools
ctf-tools
master

搜索帮助