ctf-tools/xortool/install
2015-05-07 11:59:43 -07:00

9 lines
166 B
Bash
Executable file

#!/bin/bash -e
git clone https://github.com/hellman/xortool.git
pip install -e ./xortool
mkdir -p bin
cd bin
ln -s ../xortool/xortool/{xortool,xortool-xor} .
cd ..