-
Download Vulnserver from https://github.com/stephenbradshaw/vulnserver
-
Download and install .NET 4 from https://www.microsoft.com/en-us/download/details.aspx?id=17851
-
Download and install Windows SDK from https://www.microsoft.com/en-us/download/details.aspx?id=8279
-
Download Peach from https://sourceforge.net/projects/peachfuzz/
-
Download OllyDbg from http://www.ollydbg.de/odbg110.zip
Start Peach
C:\> peach.exe -a tcp Run the "vulnserver.xml" Peach file and test the command you want:
C:\> peach.exe vulnserver.xml TestKSTET Install the boofuzz dependency:
pip install boofuzz Run the "vulnserver_boofuzz.py" Boofuzz file and test the command you want:
python vulnserver_boofuzz.py 192.168.112.145 9999 TRUN http://www.rockfishsec.com/2014/01/fuzzing-vulnserver-with-peach-3.html

