最近工司需要測試APP API
明天要帶我的Linux筆電到公司
沒有類似Fiddler工具
今天爬到一個好用的工具
簡單筆記一下
首先有找到在Linux 下開啟Linux(Ubuntu)环境下使用Fiddler - 海鸟 - 博客园
但是我不通時裝其他的東西
httproxy - Fiddler 在 linux/OSx 下的替代品? - SegmentFault 思否
裡面提到這些
- Linux(Ubuntu)环境下使用Fiddler - 海鸟 - 博客园
- httproxy - Fiddler 在 linux/OSx 下的替代品? - SegmentFault 思否
- deemstone/Dproxy: Web调试代理,类似Fiddler的工具. 完全Nodejs编写,跨平台. A smarty proxy tool for web debugging, it’s works like Fiddler.
- Charles Web Debugging Proxy • HTTP Monitor / HTTP Proxy / HTTPS & SSL Proxy / Reverse Proxy
- Wireshark · Download
- Fiddler Alternatives for Linux - AlternativeTo.net
- goddyZhao/nproxy: A cli proxy tool specialized in file replacing
- avwo/whistle: HTTP, HTTPS, WebSocket debugging proxy
- AlloyTeam/Rythem: a fiddler-like project using Qt
- 【AlloyTeam Web前端工具系列2】开源跨平台的Web抓包分析工具 Rythem (2012-09-19更新) | AlloyTeam
最後我選擇,avwo/whistle: HTTP, HTTPS, WebSocket debugging proxy
我Linux有裝nodejs,所以安裝設定有中文文件关于whistle · GitBook
安裝方法1
npm install -g whistle
啟動1
w2 start
結束1
w2 stop
就這麼簡單!!!!
在接下來設定Android Wifi Proxy就完成了
查看封包也是看Web介面xxx.xxx.xxx.xxx:8899
但是設定proxy也是同一個port
這是什麼巫術XDD
2021-05-02
GitHub - youzan/zan-proxy: An extensible proxy for PC/Mobile/APP developer
GitHub - alibaba/anyproxy: A fully configurable http/https proxy in NodeJS