最近需要實(shí)現(xiàn)高度自定義的代理,要滿足HTTP、HTTPS請求和響應(yīng)的修改,跨平臺,盡可能的輕量和使用簡單,最終選定使用mitmproxy.
創(chuàng)新互聯(lián)建站是專業(yè)的通道網(wǎng)站建設(shè)公司,通道接單;提供成都做網(wǎng)站、成都網(wǎng)站設(shè)計,網(wǎng)頁設(shè)計,網(wǎng)站設(shè)計,建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行通道網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!
mitmproxy是一款支持HTTP(S)的中間人代理工具。不同于Fiddler2,burpsuite等類似功能工具,mitmproxy可在終端下運(yùn)行。mitmproxy使用Python開發(fā),是輔助web開發(fā)&測試,移動端調(diào)試,***測試的工具。
python3.5 -m pip install mitmproxy
報異常: /usr/bin/python3.5: No module named pip
解決: sudo apt-get install python3-pip
然后重復(fù)執(zhí)行 python3.5 -m pip install mitmproxy
報異常: 比較關(guān)鍵的內(nèi)容
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