mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
Added evilize tool
This commit is contained in:
parent
0fc7edcdbb
commit
8d745c33d9
1 changed files with 11 additions and 0 deletions
11
evilize/install
Normal file
11
evilize/install
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
wget http://www.mscs.dal.ca/~selinger/md5collision/downloads/evilize-0.2.tar.gz
|
||||
tar zvxf evilize-0.2.tar.gz
|
||||
cd evilize-0.2
|
||||
make -j $(nproc)
|
||||
cd ..
|
||||
mkdir bin
|
||||
cd bin
|
||||
ln -s ../evilize-0.2/evilize .
|
||||
ln -s ../evilize-0.2/md5coll .
|
Loading…
Reference in a new issue