mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-14 09:47:08 +00:00
added multiafl for concurrent afls
This commit is contained in:
parent
30aa0b0dc5
commit
78f3b7dd3f
1 changed files with 5 additions and 6 deletions
11
afl/install
11
afl/install
|
@ -24,11 +24,10 @@ END
|
|||
chmod 755 bin/afl-fuzz
|
||||
|
||||
#
|
||||
# AFL-utils
|
||||
# multiafl
|
||||
#
|
||||
|
||||
#git clone https://github.com/rc0r/afl-utils
|
||||
#sed -i -e "s/env python/env python3/" afl-utils/{afl_multikill,afl_multicore,afl_vcrash,afl_collect}
|
||||
#cd bin
|
||||
#ln -s ../afl-utils/afl_* .
|
||||
#cd ..
|
||||
git clone https://github.com/zardus/multiafl
|
||||
cd bin
|
||||
ln -s ../multiafl/multiafl
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue