Skip to content

Instantly share code, notes, and snippets.

@T4P4N
Last active March 26, 2025 15:36
Show Gist options
  • Save T4P4N/d88497e65d2679c0ae519586aa3bc43d to your computer and use it in GitHub Desktop.
Save T4P4N/d88497e65d2679c0ae519586aa3bc43d to your computer and use it in GitHub Desktop.

Revisions

  1. T4P4N revised this gist Dec 11, 2018. No changes.
  2. T4P4N created this gist Nov 25, 2018.
    19 changes: 19 additions & 0 deletions mitmproxy.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    ## Installation
    ```bash
    pacman -S mitmproxy
    ```
    ## Setup & configuration
    ```bash
    mitmproxy --listen-host 127.0.0.1 -p 4444
    ```
    - copy-paste the following in proxy settings:
    - proxy = 127.0.0.1
    - proxy port = 4444
    - and save that
    - Now visit the magic domain:
    ```bash
    mitm.it
    ```
    - and install certificate as per instructions
    - and check the terminal
    - you should be watching intercepted requests in realtime.