srieger1 / digsinet

multiple twins (siblings) of a network topology (e.g., based on containerlab) with continuous data exchange
https://srieger1.github.io/digsinet/
5 stars 0 forks source link

Implement Fuzzing with AFLnet in the security sibling #7

Closed Lachstec closed 3 weeks ago

Lachstec commented 6 months ago

Highlevel Idea

One primary usecase for the security sibling is fuzz testing of the network services that are running on e.g. the network components in the physical network in order to discover security issues / bugs.

Concept

The desired functionality could be implemented by creating one or more containers in a clab instance that run aflnet against the containers running. For the initial version, it should be sufficient to limit the duration for which the fuzzer runs and then emplacing the results in the message queue for further processing.

TODO

Lachstec commented 3 weeks ago

Closing as Event Streaming is the primary focus for now