ctf-tools/xortool/install

10 lines
166 B
Text
Raw Normal View History

2015-05-07 18:59:43 +00:00
#!/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 ..