Tagged Questions
The fuzzer tag has no wiki summary.
5
votes
2answers
869 views
Network or Transport Layer Fuzzing
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 ...
4
votes
1answer
389 views
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?
3
votes
4answers
485 views
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 ...
2
votes
1answer
244 views
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 ...
0
votes
1answer
73 views
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 ...