
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Cross-platform Python-based NPM module for sniffing system-wide TCP packets.
Prerequisites · Installation · Usage · Contributepython
command on Windows, and python3
on Windows & Linux.scapy
, the dependent python library isn't successfully installed when you install the peacap
dependency, you can optionally install scapy
using pip.Simply install using your favourite Node.js package manager.
yarn add peacap
npm install peacap
Usage is simple, simply instantiate the PacketSniffer
constructor, and observe.
import { PacketSniffer } from "peacap";
const sniffer = new PacketSniffer();
sniffer.on("packet", console.log);
/**
* {
* source: "10.0.0.2",
* destination: "10.0.0.3",
* outgoing: true,
* size: 420,
* packet: <Buffer 00 00 00 ...>
* }
*/
Feel free to contribute to the repository. Pull requests and issues with feature requests are super welcome!
FAQs
Cross-platform Python-based NPM module for sniffing system-wide TCP packets.
The npm package peacap receives a total of 3 weekly downloads. As such, peacap popularity was classified as not popular.
We found that peacap 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.