mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
10 lines
246 B
Text
10 lines
246 B
Text
|
#!/bin/bash -ex
|
||
|
|
||
|
git clone https://github.com/nonce-disrespect/nonce-disrespect.git
|
||
|
git -C nonce-disrespect apply $PWD/build.patch
|
||
|
make -C nonce-disrespect/tool
|
||
|
|
||
|
mkdir bin
|
||
|
cp nonce-disrespect/tool/forge bin/
|
||
|
cp nonce-disrespect/tool/recover bin/
|