
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Simple proxy for testing websocket or tcp/ip socket reconnect strategies in mobile apps.
Built around the awesome tcp-proxy node package.
Required node packages:
A binary proxy that can be used to interactively snip the connections of mobile or desktop applications in order to test their reconnect behavior and strategies. Works for:
The proxy has an interactive command line interpreter that supports a few simple commands:
Installing Prerequisites
-- Install Node/NPM (Fedora based systems)
sudo yum install nodejs npm --enablerepo=epel
-- Install Node packages
npm install ip tcp-proxy command-node
node tcp-blip <Local Port> <Remote Host> <Remote Port>
Note: You need to hit [Enter] after executing in order for the command prompt to display. Anytime you don't see the command prompt just press enter.
node tcp-blip 8088 74.152.8.48 8080
tcp-blip-8080> tcp-blip Connection Testing Proxy Started
Accepting connections on port: 8088
---
tcp-blip-8080>
tcp-blip-8080>
Client [106.117.63.64:43952] Connected
tcp-blip-8080>
Client Connected. (tot:1)
tcp-blip-8080>
tcp-blip-8080> list
[key "106.117.63.64:43952"]
1 active connection(s)
tcp-blip-8080>
Client [106.117.63.64:43952] Disconnected
tcp-blip-8080>
Client Disconnected. (tot:0)
tcp-blip-8080>
FAQs
Simple proxy for testing websocket or tcp/ip socket reconnect strategies in mobile apps.
We found that tcp-blip demonstrated a not healthy version release cadence and project activity because the last version was released 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
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.