Home

Awesome

gRPC-Lab

gRPC and gRPC-Web lab for testing purposes. I made this repo for pentesting gRPC-Web and researching on it.

The Result of Research

See the gRPC-Pentest-Suite Repo. I made 2 tools:

The Lab

the examples directory in this repo, has these examples:

Protobuf Compiler (protoc)

Read Protoc Readme

Setup gRPC-Web

Read gRPC-Web Readme

Test with .proto file

If you have .proto file read grpcui README

Reference

All Examples are examples in main gRPC-Web Github repo with some specific changes.