Install
sudo apt-get install build-essential
cd ~
mkdir arsenal
cd arsenal
wget http://www.immunitysec.com/downloads/SPIKE2.9.tgz
tar -xzvf SPIKE2.9.tgz
cd SPIKE/src
./configure
make
* For how to use it, please refer to the links at "Reference" below.
Update/Upgrade
Nil
Reference
An Introduction to Fuzzing: Using fuzzers (SPIKE) to find vulnerabilities
Fuzzer Automation with SPIKE
* Or, read the documents at ~/arsenal/SPIKE/SPIKE/documentations
That's all! See you.