New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

george

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

george

A proxy for capturing local HTTP traffic

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

George

A proxy for capturing local HTTP traffic

Inspiration

Charles (http://www.charlesproxy.com), a web debugging proxy that has saved me loads of time. It is clunky though.

Features

This is currently still a proof of concept that:

  • assumes you're using Mac OSX
  • creates a proxy on a high port (default: 8008) and enables this proxy system-wide
  • saves a copy of all un-secured (HTTP) traffic to the specified directory
  • proxies secure (HTTPS) traffic without inspection

To run

$ npm install george -g
george -d /tmp/george

To Do

  • Tests
  • Refactored recorder (alternative outputs)
  • UI (using Node Webkit)
  • Config from file
  • Mocks
  • Rewrites
  • Secure capture / mocks / rewrites

License

ISC

FAQs

Package last updated on 10 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc