litefuzz icon indicating copy to clipboard operation
litefuzz copied to clipboard

A multi-platform fuzzer for poking at userland binaries, network clients and servers

Results 2 litefuzz issues
Sort by recently updated
recently updated
newest added

Looks like fuzz file is not used as stdin for local run. Test command: `./litefuzz.py -l -c "test/linux/b" -i input/test -o output/test -n 5 --debug` Test log: ``` I'm running...

Feature request for fuzzing of: - Handshake Protocol - Client/Server Hello - Change Cipher Spec Protocol - Application Data Protocol This would require to use a different SSL library e.g....