
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
mitmproxy-ui
Advanced tools
MITM debugging proxy UI to view and modify the HTTP and HTTPS (SSL) traffic between your machine and the Internet. Also supports reverse proxy protocols: HTTP, HTTPS, MongoDB, Redis, MySQL and gRPC.
npm install -g mitmproxy-ui
- Run
mitmporoxy-ui
- Clone repo.
npm install
# The production build may take a minute...npm start
Open
MITM Proxy
in browser;
The MITM Proxy uses the allproxy package.
To update the allproxy
npm package run:
npm update
MITM Proxy is a man-in-the-middle server that captures the traffic between your application and web server. You can inspect the complete HTTP request and response.
Use advanced filter criteria to find what you're looking for. Use complex boolean expressions to match the protocol, payload, URL, headers, and just about any part of the request or response message.
Set breakpoints to stop the HTTP request and optionally modify it before sending it to the web server.
Modify and resend any captured HTTP requests.
Resource proxy protocols include: MongoDb, Redis, MySQL, qGRPC, HTTP, HTTPS and TCP.
The Help modal helps you configure and use the application.
This code is licensed under the MIT License.
FAQs
MITM Debug Proxy UI
The npm package mitmproxy-ui receives a total of 304 weekly downloads. As such, mitmproxy-ui popularity was classified as not popular.
We found that mitmproxy-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.