I want to execute mitmdump as a background process from python in Mac. For Windows, I am using the following command
START /B mitmdump.exe -q -s execute_proxy.py
I want to execute mitmdump in the same manner as it is running in Windows
I want to execute mitmdump as a background process from python in Mac. For Windows, I am using the following command
START /B mitmdump.exe -q -s execute_proxy.py
I want to execute mitmdump in the same manner as it is running in Windows
Copyright © 2021 Jogjafile Inc.
Use ampersand (
&
) to put command into the background like this: