mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 22:42:38 +00:00
7 lines
85 B
Text
7 lines
85 B
Text
|
#!/bin/bash
|
||
|
|
||
|
git clone --depth 1 https://github.com/beefproject/beef
|
||
|
|
||
|
cd beef
|
||
|
bundle
|