kitty.interfaces.web module

class kitty.interfaces.web.WebInterface(host='127.0.0.1', port=26000)[source]

Bases: kitty.interfaces.base.EmptyInterface

Web UI for the fuzzer

__init__(host='127.0.0.1', port=26000)[source]
Parameters:
  • host – listening address
  • port – listening port
get_description()[source]
Returns:description string (with listening host:port)