Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

proxie

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxie

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Proxie: HTTP proxy and debugging tool

Proxie allows you to setup HTTP proxy server on specified port, filter traffic by type, store information into SQLite3 database. Databases web access is powered by Sinatra web framework.

= Installation

gem install proxie

= Usage

Just type 'proxie' in your terminal and proxy server will be spawned. For additional information type:

proxie --help

Output:

Usage: proxie [options] -i, --info Display this information. -p, --port PORT Listen on port (8080 default) -d, --db NAME Store results to database -w, --web Start a Web UI for databases -f, --flush Delete all local databases

= Examples

Setup proxy server on port 9090 and write all http data into 'sample' database

proxie -p 9090 -d sample

Activate web interface (localhost:4567/):

proxie --web

Remove all existing databases:

proxie --flush

= Credits

  • Dan Sosedoff - http://github.com/sosedoff

FAQs

Package last updated on 25 Jan 2011

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