Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.2 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.2 KB

A Vulnerable gRPC-Web Application for Bug Hunters

gRPC is an open-source, high-performance Remote Procedure Call (RPC) framework developed by Google. It enables efficient communication between client and server applications in a wide range of programming languages by utilizing Protocol Buffers (protobuf) for service definition and message serialization. The main goal of this repo is to learn about the gRPC communication patterns and hunt for vulnerabilities in the gRPC-Web app to improve your hunting skills

gRPC Communication Patterns

Vulnerable gRPC-Web Application

Logo

I developed a vulnerable gRPC-Web application with the following vulnerabilities:

  • Injection
  • Information Disclosure
  • SSRF
  • Integer Overflow