LICENSE
MANIFEST.in
README.md
pyproject.toml
shadowfire/__init__.py
shadowfire/addonmanager.py
shadowfire/certs.py
shadowfire/command.py
shadowfire/command_lexer.py
shadowfire/connection.py
shadowfire/ctx.py
shadowfire/dns.py
shadowfire/eventsequence.py
shadowfire/exceptions.py
shadowfire/flow.py
shadowfire/flowfilter.py
shadowfire/hooks.py
shadowfire/http.py
shadowfire/log.py
shadowfire/master.py
shadowfire/options.py
shadowfire/optmanager.py
shadowfire/py.typed
shadowfire/tcp.py
shadowfire/tls.py
shadowfire/types.py
shadowfire/udp.py
shadowfire/version.py
shadowfire/websocket.py
shadowfire.egg-info/PKG-INFO
shadowfire.egg-info/SOURCES.txt
shadowfire.egg-info/dependency_links.txt
shadowfire.egg-info/entry_points.txt
shadowfire.egg-info/requires.txt
shadowfire.egg-info/top_level.txt
shadowfire/addons/__init__.py
shadowfire/addons/anticache.py
shadowfire/addons/anticomp.py
shadowfire/addons/asgiapp.py
shadowfire/addons/block.py
shadowfire/addons/blocklist.py
shadowfire/addons/browser.py
shadowfire/addons/clientplayback.py
shadowfire/addons/command_history.py
shadowfire/addons/comment.py
shadowfire/addons/core.py
shadowfire/addons/cut.py
shadowfire/addons/disable_h2c.py
shadowfire/addons/dns_resolver.py
shadowfire/addons/dumper.py
shadowfire/addons/errorcheck.py
shadowfire/addons/eventstore.py
shadowfire/addons/export.py
shadowfire/addons/firebypass.py
shadowfire/addons/intercept.py
shadowfire/addons/keepserving.py
shadowfire/addons/maplocal.py
shadowfire/addons/mapremote.py
shadowfire/addons/modifybody.py
shadowfire/addons/modifyheaders.py
shadowfire/addons/next_layer.py
shadowfire/addons/onboarding.py
shadowfire/addons/proxyauth.py
shadowfire/addons/proxyserver.py
shadowfire/addons/readfile.py
shadowfire/addons/save.py
shadowfire/addons/savehar.py
shadowfire/addons/script.py
shadowfire/addons/server_side_events.py
shadowfire/addons/serverplayback.py
shadowfire/addons/stickyauth.py
shadowfire/addons/stickycookie.py
shadowfire/addons/strip_dns_https_records.py
shadowfire/addons/termlog.py
shadowfire/addons/tlsconfig.py
shadowfire/addons/update_alt_svc.py
shadowfire/addons/upstream_auth.py
shadowfire/addons/view.py
shadowfire/addons/onboardingapp/__init__.py
shadowfire/contentviews/__init__.py
shadowfire/contentviews/_api.py
shadowfire/contentviews/_compat.py
shadowfire/contentviews/_registry.py
shadowfire/contentviews/_utils.py
shadowfire/contentviews/_view_css.py
shadowfire/contentviews/_view_dns.py
shadowfire/contentviews/_view_graphql.py
shadowfire/contentviews/_view_http3.py
shadowfire/contentviews/_view_javascript.py
shadowfire/contentviews/_view_json.py
shadowfire/contentviews/_view_mqtt.py
shadowfire/contentviews/_view_multipart.py
shadowfire/contentviews/_view_query.py
shadowfire/contentviews/_view_raw.py
shadowfire/contentviews/_view_socketio.py
shadowfire/contentviews/_view_urlencoded.py
shadowfire/contentviews/_view_wbxml.py
shadowfire/contentviews/_view_xml_html.py
shadowfire/contentviews/_view_zip.py
shadowfire/contentviews/base.py
shadowfire/contentviews/_view_image/__init__.py
shadowfire/contentviews/_view_image/image_parser.py
shadowfire/contentviews/_view_image/view.py
shadowfire/contrib/__init__.py
shadowfire/contrib/imghdr.py
shadowfire/contrib/click/__init__.py
shadowfire/contrib/kaitaistruct/__init__.py
shadowfire/contrib/kaitaistruct/dtls_client_hello.py
shadowfire/contrib/kaitaistruct/exif.py
shadowfire/contrib/kaitaistruct/gif.py
shadowfire/contrib/kaitaistruct/google_protobuf.py
shadowfire/contrib/kaitaistruct/ico.py
shadowfire/contrib/kaitaistruct/jpeg.py
shadowfire/contrib/kaitaistruct/png.py
shadowfire/contrib/kaitaistruct/tls_client_hello.py
shadowfire/contrib/kaitaistruct/vlq_base128_le.py
shadowfire/contrib/wbxml/ASCommandResponse.py
shadowfire/contrib/wbxml/ASWBXML.py
shadowfire/contrib/wbxml/ASWBXMLByteQueue.py
shadowfire/contrib/wbxml/ASWBXMLCodePage.py
shadowfire/contrib/wbxml/GlobalTokens.py
shadowfire/contrib/wbxml/InvalidDataException.py
shadowfire/contrib/wbxml/__init__.py
shadowfire/coretypes/__init__.py
shadowfire/coretypes/bidi.py
shadowfire/coretypes/multidict.py
shadowfire/coretypes/serializable.py
shadowfire/io/__init__.py
shadowfire/io/compat.py
shadowfire/io/har.py
shadowfire/io/io.py
shadowfire/io/tnetstring.py
shadowfire/net/__init__.py
shadowfire/net/check.py
shadowfire/net/encoding.py
shadowfire/net/free_port.py
shadowfire/net/local_ip.py
shadowfire/net/server_spec.py
shadowfire/net/tls.py
shadowfire/net/dns/__init__.py
shadowfire/net/dns/classes.py
shadowfire/net/dns/domain_names.py
shadowfire/net/dns/https_records.py
shadowfire/net/dns/op_codes.py
shadowfire/net/dns/response_codes.py
shadowfire/net/dns/types.py
shadowfire/net/http/__init__.py
shadowfire/net/http/cookies.py
shadowfire/net/http/headers.py
shadowfire/net/http/multipart.py
shadowfire/net/http/status_codes.py
shadowfire/net/http/url.py
shadowfire/net/http/user_agents.py
shadowfire/net/http/validate.py
shadowfire/net/http/http1/__init__.py
shadowfire/net/http/http1/assemble.py
shadowfire/net/http/http1/read.py
shadowfire/platform/__init__.py
shadowfire/platform/linux.py
shadowfire/platform/openbsd.py
shadowfire/platform/osx.py
shadowfire/platform/pf.py
shadowfire/platform/windows.py
shadowfire/proxy/__init__.py
shadowfire/proxy/commands.py
shadowfire/proxy/context.py
shadowfire/proxy/events.py
shadowfire/proxy/layer.py
shadowfire/proxy/mode_servers.py
shadowfire/proxy/mode_specs.py
shadowfire/proxy/server.py
shadowfire/proxy/server_hooks.py
shadowfire/proxy/tunnel.py
shadowfire/proxy/utils.py
shadowfire/proxy/layers/__init__.py
shadowfire/proxy/layers/dns.py
shadowfire/proxy/layers/modes.py
shadowfire/proxy/layers/tcp.py
shadowfire/proxy/layers/tls.py
shadowfire/proxy/layers/udp.py
shadowfire/proxy/layers/websocket.py
shadowfire/proxy/layers/http/__init__.py
shadowfire/proxy/layers/http/_base.py
shadowfire/proxy/layers/http/_events.py
shadowfire/proxy/layers/http/_hooks.py
shadowfire/proxy/layers/http/_http1.py
shadowfire/proxy/layers/http/_http2.py
shadowfire/proxy/layers/http/_http3.py
shadowfire/proxy/layers/http/_http_h2.py
shadowfire/proxy/layers/http/_http_h3.py
shadowfire/proxy/layers/http/_upstream_proxy.py
shadowfire/proxy/layers/quic/__init__.py
shadowfire/proxy/layers/quic/_client_hello_parser.py
shadowfire/proxy/layers/quic/_commands.py
shadowfire/proxy/layers/quic/_events.py
shadowfire/proxy/layers/quic/_hooks.py
shadowfire/proxy/layers/quic/_raw_layers.py
shadowfire/proxy/layers/quic/_stream_layers.py
shadowfire/script/__init__.py
shadowfire/script/concurrent.py
shadowfire/test/taddons.py
shadowfire/test/tflow.py
shadowfire/test/tutils.py
shadowfire/tools/__init__.py
shadowfire/tools/cmdline.py
shadowfire/tools/dump.py
shadowfire/tools/main.py
shadowfire/tools/console/__init__.py
shadowfire/tools/console/commandexecutor.py
shadowfire/tools/console/commands.py
shadowfire/tools/console/common.py
shadowfire/tools/console/consoleaddons.py
shadowfire/tools/console/defaultkeys.py
shadowfire/tools/console/eventlog.py
shadowfire/tools/console/flowdetailview.py
shadowfire/tools/console/flowlist.py
shadowfire/tools/console/flowview.py
shadowfire/tools/console/help.py
shadowfire/tools/console/keybindings.py
shadowfire/tools/console/keymap.py
shadowfire/tools/console/layoutwidget.py
shadowfire/tools/console/master.py
shadowfire/tools/console/options.py
shadowfire/tools/console/overlay.py
shadowfire/tools/console/palettes.py
shadowfire/tools/console/quickhelp.py
shadowfire/tools/console/searchable.py
shadowfire/tools/console/signals.py
shadowfire/tools/console/statusbar.py
shadowfire/tools/console/tabs.py
shadowfire/tools/console/window.py
shadowfire/tools/console/commander/__init__.py
shadowfire/tools/console/commander/commander.py
shadowfire/tools/console/grideditor/__init__.py
shadowfire/tools/console/grideditor/base.py
shadowfire/tools/console/grideditor/col_bytes.py
shadowfire/tools/console/grideditor/col_subgrid.py
shadowfire/tools/console/grideditor/col_text.py
shadowfire/tools/console/grideditor/col_viewany.py
shadowfire/tools/console/grideditor/editors.py
shadowfire/tools/web/__init__.py
shadowfire/tools/web/app.py
shadowfire/tools/web/master.py
shadowfire/tools/web/static_viewer.py
shadowfire/tools/web/web_columns.py
shadowfire/tools/web/webaddons.py
shadowfire/utils/__init__.py
shadowfire/utils/arg_check.py
shadowfire/utils/asyncio_utils.py
shadowfire/utils/data.py
shadowfire/utils/debug.py
shadowfire/utils/emoji.py
shadowfire/utils/htpasswd.py
shadowfire/utils/human.py
shadowfire/utils/magisk.py
shadowfire/utils/signals.py
shadowfire/utils/sliding_window.py
shadowfire/utils/spec.py
shadowfire/utils/strutils.py
shadowfire/utils/typecheck.py
shadowfire/utils/vt_codes.py
shadowfire/utils/pyinstaller/__init__.py
shadowfire/utils/pyinstaller/hook-mitmproxy.addons.onboardingapp.py
shadowfire/utils/pyinstaller/hook-mitmproxy.tools.web.py
shadowfire/utils/pyinstaller/hook-shadowfire.py