Contents

whistle - 在Linux下類似Fiddler抓封包工具

Contents

最近工司需要測試APP API
明天要帶我的Linux筆電到公司
沒有類似Fiddler工具
今天爬到一個好用的工具
簡單筆記一下

首先有找到在Linux 下開啟Linux(Ubuntu)环境下使用Fiddler - 海鸟 - 博客园
但是我不通時裝其他的東西

httproxy - Fiddler 在 linux/OSx 下的替代品? - SegmentFault 思否

裡面提到這些

最後我選擇,avwo/whistle: HTTP, HTTPS, WebSocket debugging proxy
我Linux有裝nodejs,所以安裝設定有中文文件关于whistle · GitBook

安裝方法

1
npm install -g whistle

啟動

1
w2 start

結束

1
w2 stop

就這麼簡單!!!!

./1.png

在接下來設定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