您好,登錄后才能下訂單哦!
最近需要實現高度自定義的代理,要滿足HTTP、HTTPS請求和響應的修改,跨平臺,盡可能的輕量和使用簡單,最終選定使用mitmproxy.
mitmproxy是一款支持HTTP(S)的中間人代理工具。不同于Fiddler2,burpsuite等類似功能工具,mitmproxy可在終端下運行。mitmproxy使用Python開發,是輔助web開發&測試,移動端調試,***測試的工具。
python3.5 -m pip install mitmproxy
報異常: /usr/bin/python3.5: No module named pip
解決: sudo apt-get install python3-pip
然后重復執行 python3.5 -m pip install mitmproxy
報異常: 比較關鍵的內容
1, error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
2, fatal error: openssl/opensslv.h: No such file or directory
3, Failed building wheel for cryptography
4, Command "/usr/bin/python3.5 -u -c "import setuptools,tokenize;file='/tmp/pip-build-ozmfhujz/cryptography/setup.py';f=getattr(tokenize, 'open',open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" > install --record /tmp/pip-iuzqegy5-record/install-record.txt --single-version-externally-managed --compile > --user --prefix=" failed with error code 1 in /tmp/pip-build-ozmfhujz/cryptography/
解決方式: sudo apt-get install libssl-dev
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。