mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-14 09:47:08 +00:00
11 lines
205 B
Bash
Executable file
11 lines
205 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
git clone --depth 1 https://github.com/mheistermann/HashPump-partialhash.git
|
|
cd HashPump-partialhash
|
|
make -j $(nproc)
|
|
cd ..
|
|
|
|
mkdir bin
|
|
cd bin
|
|
ln -s ../HashPump-partialhash/hashpump .
|
|
cd ..
|