ctf-tools/hashpump-partialhash/install

12 lines
195 B
Text
Raw Normal View History

2015-05-08 05:14:51 +00:00
#!/bin/bash -e
git clone https://github.com/mheistermann/HashPump-partialhash.git
cd HashPump-partialhash
make -j $(nproc)
cd ..
mkdir bin
cd bin
ln -s ../HashPump-partialhash/hashpump .
cd ..