返回排行榜
kdzwinel/betwixt
JavaScript:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
capture-trafficproxyelectronchrome-devtoolsmitm
关键指标
Star 增长趋势
Star
4.6k
Forks
123
周增长
—
Issues
21
3k4k
2015年11月2017年8月2019年5月2021年3月2022年12月2024年10月2026年7月
制品库npm
npm install betwixtREADME

Betwixt will help you analyze web traffic outside the browser using familiar Chrome DevTools interface.


Installing
Download the latest release for your operating system, build your own bundle or run Betwixt from the source code.
Setting up
In order to capture traffic, you'll have to direct it to the proxy created by Betwixt in the background (http://localhost:8008).
If you wish to analyze traffic system wide:
- on macOS -
System Preferences → Network → Advanced → Proxies → Web Proxy (HTTP) - on Windows -
Settings → Network & Internet → Proxy - on Ubuntu -
All Settings → Network → Network Proxy

If you want to capture traffic coming from a single terminal use export http_proxy=http://localhost:8008.
Capturing encrypted traffic (HTTPS) requires additional step, see this doc for instructions.
Contributing
All contributors are very welcome. See CONTRIBUTING.md fore more details.
License MIT
相关仓库