2
0
Fork 0
mirror of https://github.com/zardus/ctf-tools synced 2025-03-16 22:57:01 +00:00
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 ..