This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
ctf-tools
Watch
2
Star
0
Fork
You've already forked ctf-tools
0
mirror of
https://github.com/zardus/ctf-tools
synced
2025-03-16 22:57:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
23942c318d
ctf-tools
/
beef
/
install
7 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
fail hard on any error + verify that all scripts use bash -ex to fail early on any error + anticipate that some tools can't be installed by now, but we still want the test to return success to satisfy travis-ci
2017-02-16 22:40:17 +01:00
#!/bin/bash -ex
Added beef installation
2016-05-04 19:56:08 +02:00
git clone --depth 1 https://github.com/beefproject/beef
cd beef
bundle
Reference in a new issue
Copy permalink