ctf-tools/sslsplit/install

9 lines
141 B
Bash
Executable file

#!/bin/bash -e
git clone --depth 1 https://github.com/droe/sslsplit
cd sslsplit
make -j $(nproc)
cd ..
mkdir bin
cp sslsplit/sslsplit bin/