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

feproxy

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feproxy

FeProxy is a proxy tool use for web development like the `Fiddler`, and we use `Chrome Devtools` to inpect net traffic.

  • 0.0.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
70
increased by250%
Maintainers
1
Weekly downloads
 
Created
Source

Desc

FeProxy is a proxy tool use for web development like the Fiddler, and we use Chrome Devtools to inpect net traffic.

  • Inpect net traffic to chrome

inspect page

  • Map url to file, other url, other host

manage page

Install

[sudo] npm install feproxy -g

Usage

feproxy

or

git clone https://github.com/feix760/feproxy.git
cd feproxy
node src/index.js

Proxy server on 127.0.0.1:8100

Inspect page on http://127.0.0.1:8100/inspect

Manage page on http://127.0.0.1:8100

Manage

Rule:

^http://qqweb\\.qq\\.com/m/qunactivity/(.*)$ file://Users/yuan/works/qunactivity_mobile/src/$1

offline\.zip status://404

Host:

10.70.65.110 s.url.cn qqweb.qq.com

Advance:

^http://qqweb\\.qq\\.com/cgi-bin/.*$ 10.70.65.10

TODO

export & import fiddler's *.saz file

Keywords

FAQs

Package last updated on 17 Dec 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