Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
FeProxy is a proxy tool use for web development like the `Fiddler`, and we use `Chrome Devtools` to inpect net traffic.
FeProxy is a proxy tool use for web development like the Fiddler
, and we use Chrome Devtools
to inpect net traffic.
[sudo] npm install feproxy -g
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
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
export & import fiddler's *.saz file
FAQs
An node proxy server for web development
The npm package feproxy receives a total of 39 weekly downloads. As such, feproxy popularity was classified as not popular.
We found that feproxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.