0.1.13 • Published 1 day ago

@pb33f/wiretap v0.1.13

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 day ago

wiretap

logo

discord GitHub downloads npm Docker Pulls

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?

npm.io


Read the quickstart guide

🚀 Quick Start Guide 🚀


Install wiretap for your platform

Installing using homebrew

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

Installing using npm or yarn

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

Installing using cURL

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

Installing/running using Docker

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.


Installing on Windows

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.


Running wiretap

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

Adding an OpenAPI contract

wiretap -u https://api.pb33f.com -s my-openapi-spec.yaml

Documentation

0.1.13

1 day ago

0.1.12

2 days ago

0.1.10

12 days ago

0.1.11

12 days ago

0.1.9

14 days ago

0.1.8

16 days ago

0.1.7

1 month ago

0.1.6

1 month ago

0.1.5

1 month ago

0.1.4

2 months ago

0.1.2

2 months ago

0.1.3

2 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.0.50

5 months ago

0.0.49

5 months ago

0.0.40

6 months ago

0.0.41

6 months ago

0.0.42

6 months ago

0.0.20

10 months ago

0.0.43

6 months ago

0.0.21

10 months ago

0.0.44

6 months ago

0.0.22

10 months ago

0.0.45

6 months ago

0.0.23

10 months ago

0.0.46

5 months ago

0.0.24

10 months ago

0.0.47

5 months ago

0.0.25

10 months ago

0.0.37

8 months ago

0.0.15

10 months ago

0.0.38

8 months ago

0.0.16

10 months ago

0.0.39

6 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.19

10 months ago

0.0.30

10 months ago

0.0.31

9 months ago

0.0.32

9 months ago

0.0.33

9 months ago

0.0.34

9 months ago

0.0.12

11 months ago

0.0.35

9 months ago

0.0.13

11 months ago

0.0.36

9 months ago

0.0.14

11 months ago

0.0.48

5 months ago

0.0.26

10 months ago

0.0.27

10 months ago

0.0.28

10 months ago

0.0.29

10 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago