Questions tagged [fuzz-testing]
27 questions
1
vote
1 answer
Peach 3 Dumb Fuzz Tutorial - Unable to locate WinDbg
I am attempting a quick tutorial on fuzz testing and using Peach Fuzzer to do so. After running the fuzzer, i receive the error:
Could not start monitor "WindowsDebugger". Error, unable to locate WinDbg please specify using "WinDbgPath"…

Kyle H
- 921
- 1
- 8
- 20
0
votes
0 answers
How to do fuzz test in node.js
I'm trying to do unit testing in node.js with Typescript.
I want to know how other do fuzz test.
Is it possible?
What library do you usually used?

Kyrielight
- 119
- 5
0
votes
1 answer
cifuzz/jazzer docker image missing a jar?
First time trying out cifuzz/jazzer but I am unable to get the source code from github without circumventing my organisation's restrictions on downloading external code (and risking their wrath). Fortunately, I can download and use the cifuzz/jazzer…

paleboy
- 28
- 3
0
votes
0 answers
statistical difference cata data
I have a doubt how to assess the statistical difference between ,,products.
For my MSc thesis I had to ask people how they perceive the texture of some food products, both via two online surveys and a sensory test. These were performed via CATA…

Luca
- 1
0
votes
0 answers
Why radamsa does not generate the requested number of testacases?
I'm trying to do some fuzz testing with radamsa on Ubuntu 20.04 LTS.
The man page says:
-n, --count n
How many outputs to generate based on the sample(s). Giving -1 or inf causes data to be generated forever. The default is 1.
Anyway if I run a…

Francesco
- 897
- 8
- 22
0
votes
1 answer
Why Fuzz images?
I am reading about fuzzing. I have some basic questions regarding fuzzing. I searched but couldn't find any good explanation.
Why image files are popular and common for fuzzing? What is the benefit of using image files?
Why png files are popular…

Nihar
- 333
- 1
- 6
- 18
0
votes
1 answer
Why do not fuzz client
I am currently studying AFL of sorts, I notice that almost all the tutorial about networking fuzzing or protocol fuzzing is mainly testing the server instead of the client(I know that with -f parameter afl can test a client). I wonder if there are…

Franklin Shen
- 3
- 1
0
votes
1 answer
Any recommendations on observing the signals (e.g. SIGSVE, SIGFPE, etc) of an FTP server?
I'm trying to write up a program that can monitor the signals (e.g. SIGSVE, SIGFPE, SIGABRT) from a target FTP server (e.g. vsftpd). Any approaches or resources that I should look into?
I'm trying to test a custom fuzz testing framework by making…

HypoFreak
- 7
- 2
0
votes
0 answers
Gremlins.js: ReferenceError: document is not defined
I'm attempting to inject the following gremlins.js code into my webpage with the command line (node):
javascript:(function(){function callback(){gremlins.createHorde().unleash()} var…

SpadeSeveren
- 13
- 3
0
votes
2 answers
Using Sulley Fuzzing Framework without monitoring
I'm trying to fuzz a BACNet device using the Sulley Fuzzing Framework.
In order to get to know the framework I wrote this fairly simple example, but it won't work.
from sulley import *
s_initialize("Test")
s_static(0x10, "Something")
s_byte(0x00,…

vicco
- 1,049
- 2
- 14
- 33
0
votes
1 answer
Fuzz TCP packet using Peach Fuzzer
I have two applications say, Sender.exe and Receiver.exe. I have to fuzz the tcp packets sent between the sender to the receiver.
I'm beginner to Peach Fuzzer. Could you please give a sample example (Peach Pit) of how to fuzz TCP packets. I'm not…

user2338040
- 101
- 11
0
votes
1 answer
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?

Hick
- 35,524
- 46
- 151
- 243