Expand description
Collection of common implementations for profuzz_core
profuzz_common is a collection of ready to use implementations for the different traits to be implemented to run profuzz_core.
Currently there are the following common implementations:
HealthcheckTcpHealthcheck: This can be used when the target has listening TCP port.DummyHealthcheck: Always returns true.
MutableEtherMutatorOwned: Implements the mutation for various network packets.
ResetHandlerDummyResetHandler: Does nothing.
TransportTcpTransport: Connects to a TCP server and sends the fuzzing input over TCP.RawSocketTransport: Sends the fuzzing input raw on the given interface.
Modulesยง
- healthcheck
- A collection of differed
HealthCheckimplementations - mutable
- A collection of differed
Mutableimplementations - resethandler
- A collection of differed
ResetHandlerimplementations - transport
- A collection of differed
Transportimplementations