Skip to content

ricardojoserf/vulnserver-exploits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vulnserver

Installing Vulnserver, Peach and OllyDbg

Fuzzing with Peach

Start Peach

C:\> peach.exe -a tcp 

Screenshot

Run the "vulnserver.xml" Peach file and test the command you want:

C:\> peach.exe vulnserver.xml TestKSTET 

Screenshot

Fuzzing with Boofuzz

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 

References

http://www.rockfishsec.com/2014/01/fuzzing-vulnserver-with-peach-3.html

https://sh3llc0d3r.com/fuzzing-vulnserver-with-peach/