
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
@pb33f/wiretap
Advanced tools
The world's coolest OpenAPI contract compliance API Proxy testing tool.
A local and pipeline based tool to sniff API request and responses from clients and servers to detect OpenAPI contract violations and compliance.
A shift left tool, for those who want to know if their applications are actually compliant with an API.
This is an early tool and in active development, Why not try it out and give us some feedback?
The easiest way to install wiretap
is to use homebrew if you're on OSX or Linux.
We have our own tap available that gives the latest and greatest version.
brew install pb33f/taps/wiretap
Building a JavaScript / TypeScript application? No problem, grab your copy of wiretap
using your preference
of yarn or npm.
yarn add global @pb33f/wiretap
or...
npm -i -g @pb33f/wiretap
Do you want to use wiretap
in a linux only or CI/CD pipeline or workflow? Or you don't want to/can't use
a package manager like brew?
No problem. Use cURL to download and run our installer script.
curl -fsSL https://pb33f.io/wiretap/install.sh | sh
Love containers? Don't want to install anything? No problem, use our Docker image.
docker pull pb33f/wiretap
docker run -p 9090:9090 -p 9091:9091 -p 9092:9092 --rm -v \
$PWD:/work:rw pb33f/wiretap -u https://somehostoutthere.com
We enable the following default ports 9090
, 9091
, and 9092
for the daemon, monitor, and websockets used
by ranch respectively.
To grab your copy of wiretap
for Windows, you can pull it from the
latest releases on github
and download the Windows version for your CPU type.
To get up and running with the absolute defaults (which is to sniff all traffic on port 9090)
and proxy to https://api.pb33f.com
you can run the following command.
wiretap -u https://api.pb33f.com
wiretap -u https://api.pb33f.com -s my-openapi-spec.yaml
FAQs
The world's coolest OpenAPI contract compliance API Proxy testing tool.
The npm package @pb33f/wiretap receives a total of 1,961 weekly downloads. As such, @pb33f/wiretap popularity was classified as popular.
We found that @pb33f/wiretap 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.