kitty.fuzzers.server module¶
-
class
kitty.fuzzers.server.ServerFuzzer(name='ServerFuzzer', logger=None, option_line=None)[source]¶ Bases:
kitty.fuzzers.base.BaseFuzzerServerFuzzer 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.