kitty.fuzzers.server module

class kitty.fuzzers.server.ServerFuzzer(name='ServerFuzzer', logger=None, option_line=None)[source]

Bases: kitty.fuzzers.base.BaseFuzzer

ServerFuzzer is a class that is designed to fuzz servers. It does not create the mutations, as those are created by the Session object. The idea is to go through every path in the model, execute all requsets in the path, and mutating the last request.

__init__(name='ServerFuzzer', logger=None, option_line=None)[source]
Parameters:
  • name – name of the object
  • logger – logger for the object (default: None)
  • option_line – cmd line options to the fuzzer