Skip to content

Instantly share code, notes, and snippets.

@gorogoroumaru
Last active August 21, 2021 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gorogoroumaru/32aec49d469d10be870953526e14d6ab to your computer and use it in GitHub Desktop.
Save gorogoroumaru/32aec49d469d10be870953526e14d6ab to your computer and use it in GitHub Desktop.

Google Summer of Code 2021 Report

Student Toshiaki Tanaka
Github @gorogoroumaru
Organisation The Honeynet Project
Project Make mitmweb’s UI rich and easy to use

Describe my work briefly

  • Made mitmweb UI easy to use
  • Integrated mitmproxy commands to mitmweb

What is Done

  • Made a button that we can forward all the intercepted flows with one click PR
  • Made a quick actions menu in each row of the flow table in mitmweb, where we can add interception rule and copy HTTP requests in various formats PR
  • Made a terminal where we can use mitmproxy commands. It also has an ability to suggest and autocomplete commands as what you type in the input field. PR
  • Transformed mitmweb from javascript into typescript PR
  • Upgraded version of react in mitmweb to be able to use react hooks PR
  • Documentation about how to use mitmweb PR

Screenshots

a button that we can forward all the intercepted flows with one click
quick actions menu
terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment