Skip to content

⚑ Web Debugging Proxy based on Chrome DevTools Network panel.

License

Notifications You must be signed in to change notification settings

kdzwinel/betwixt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bdb62fa Β· Dec 21, 2018

History

86 Commits
Dec 1, 2017
Apr 6, 2016
Dec 21, 2018
Mar 28, 2016
Dec 2, 2015
Nov 21, 2015
Nov 21, 2015
Nov 21, 2015
Mar 28, 2016
Nov 21, 2015
Sep 7, 2017
Apr 6, 2016
Apr 6, 2016
Jun 11, 2016

Repository files navigation

Betwixt

Build Status Dependency Status

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

Betwixt in action

Even more Betwixt action!

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

Setting up proxy on Windows 10 and macOS

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