All Projects → kdzwinel → Betwixt

kdzwinel / Betwixt

Licence: mit
⚡ Web Debugging Proxy based on Chrome DevTools Network panel.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Betwixt

Awesome Network Stuff
Resources about network security, including: Proxy/GFW/ReverseProxy/Tunnel/VPN/Tor/I2P, and MiTM/PortKnocking/NetworkSniff/NetworkAnalysis/etc。More than 1700 open source tools for now. Post incoming.
Stars: ✭ 578 (-86.61%)
Mutual labels:  proxy, mitm
Bettercap
The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
Stars: ✭ 10,735 (+148.73%)
Mutual labels:  proxy, mitm
Proxify
Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation, and replay on the go.
Stars: ✭ 1,153 (-73.29%)
Mutual labels:  proxy, mitm
Wrp
Web Rendering Proxy: Use vintage, historical, legacy browsers on modern web
Stars: ✭ 503 (-88.35%)
Mutual labels:  proxy, chrome-devtools
Bettercap
DEPRECATED, bettercap developement moved here: https://github.com/bettercap/bettercap
Stars: ✭ 2,518 (-41.66%)
Mutual labels:  proxy, mitm
Proxy.py
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
Stars: ✭ 1,291 (-70.09%)
Mutual labels:  proxy, mitm
Chrome Protocol Proxy
Chrome DevTools Protocol Proxy - intelligent proxy for debugging purposes
Stars: ✭ 94 (-97.82%)
Mutual labels:  proxy, chrome-devtools
Hoverfly
Lightweight service virtualization/API simulation tool for developers and testers
Stars: ✭ 1,814 (-57.97%)
Mutual labels:  proxy, mitm
Secret Agent
The web browser that's built for scraping.
Stars: ✭ 151 (-96.5%)
Mutual labels:  proxy, mitm
Shuttle
A web proxy in Golang with amazing features.
Stars: ✭ 1,857 (-56.97%)
Mutual labels:  proxy, mitm
Ssh Mitm
ssh mitm server for security audits supporting public key authentication, session hijacking and file manipulation
Stars: ✭ 335 (-92.24%)
Mutual labels:  proxy, mitm
Hetty
Hetty is an HTTP toolkit for security research.
Stars: ✭ 3,596 (-16.68%)
Mutual labels:  proxy, mitm
Mastermind
Man in the middle testing
Stars: ✭ 341 (-92.1%)
Mutual labels:  proxy, mitm
Proxy Web
proxy-web是用go语言写的,基于snail007/goproxy完成的可视化网页应用
Stars: ✭ 402 (-90.69%)
Mutual labels:  proxy
Shadowsocks Deepin
😎 a powful shadowsocks client for deepin
Stars: ✭ 429 (-90.06%)
Mutual labels:  proxy
Encrypted Dns Server
An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server.
Stars: ✭ 398 (-90.78%)
Mutual labels:  proxy
Lucid
A developer tool for engineers working with React and GraphQL.
Stars: ✭ 397 (-90.8%)
Mutual labels:  chrome-devtools
Fanqiang
翻墙-科学上网
Stars: ✭ 23,428 (+442.82%)
Mutual labels:  proxy
Ssl Proxy
🔒 Simple zero-config SSL reverse proxy with real autogenerated certificates (LetsEncrypt, self-signed, provided)
Stars: ✭ 427 (-90.11%)
Mutual labels:  proxy
Grpc Websocket Proxy
A proxy to transparently upgrade grpc-gateway streaming endpoints to use websockets
Stars: ✭ 395 (-90.85%)
Mutual labels:  proxy

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].