FitM icon indicating copy to clipboard operation
FitM copied to clipboard

FitM, the Fuzzer in the Middle, can fuzz client and server binaries at the same time using userspace snapshot-fuzzing and network emulation. It's fast and comparably easy to set up.

Results 4 FitM issues
Sort by recently updated
recently updated
newest added

Hi, I setup a new ubuntu20.04 vm, run commands in `misc/provision.sh` to prepare the environment. Then I try the example with `make` and `FITM_ARGS=config/fitm-args.ftp.json make run`, but I got `criu...

Hi, I built FitM with `make`, and run the example using `FITM_ARGS=config/fitm-args.ftp.json make run` but got the following failure: ``` FITM_ARGS=config/fitm-args.ftp.json make run cargo build --release Compiling fitm v0.1.0 (/root/projects/fuzzer/FitM)...

Hi, Thanks for sharing this interesting work! I am trying to fuzz a proprietary binary/client where client_args and server_args have spaces in them - for example --server --arg1 value1 --arg2...

I'm using the vagrant VM and build it with the provided vagrantfile. It seems that there is a error in criu where it can't compile features-time64.h