mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 06:22:34 +00:00
10 lines
131 B
Text
10 lines
131 B
Text
|
#!/bin/bash -e
|
||
|
|
||
|
git clone https://github.com/droe/sslsplit
|
||
|
cd sslsplit
|
||
|
make -j $(nproc)
|
||
|
cd ..
|
||
|
|
||
|
mkdir bin
|
||
|
cp sslsplit/sslsplit bin/
|