Last active
March 26, 2025 15:36
-
-
Save T4P4N/d88497e65d2679c0ae519586aa3bc43d to your computer and use it in GitHub Desktop.
Revisions
-
T4P4N revised this gist
Dec 11, 2018 . No changes.There are no files selected for viewing
-
T4P4N created this gist
Nov 25, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.