fuzzer

implementing a network fuzzer over a vnc server?

i want to implement a network fuzzer over a vnc server as a final year project . I want to code both the fuzzer and the vnc server from the scratch . Can i know how feasible it is ? And some good tutorials on it? ...

Network or Transport Layer Fuzzing

Hi, How do I go about executing a fuzzing strategy to stress a network stack, specifically at the third and fourth layers (network and transport)? I've looked at frameworks to generate fuzzers, like SPIKE, but it seems to me that they are mostly focused on the application layer and above? Is there any well known techniques out there to ...

What good open source programs exist for fuzzing popular image file types?

I am looking for a free, open source, portable fuzzing tool for popular image file types that is written in either Java, Python, or Jython. Ideally, it would accept specifications for the fuzzable fields using some kind of declarative constraints. Non-procedural grammar for specifying constraints are greatly preferred. Otherwise, might...

wapiti crashes my ASP.NET project. Why? How do i fix it?

Heres one scan of Wapiti. I notice when i had images uploaded (users can upload) i get a crash before Launching module crlf. So just using a fresh instance of my site i ran this and got the result below. My questions are 1. How do i fix the crashes 2. How might i find out what is causing the crash. I used -v 2 to figure out the url and ...

Open source fuzz tool for fuzzing HTTP POST requests.

I am looking for an open source fuzz tool for fuzzing HTTP POST requests. Any ideas? ...