Skip to content

Commit dc1bf48

Browse files
committed
added grpc goat image
1 parent 20a4f5c commit dc1bf48

File tree

6 files changed

+9
-0
lines changed

6 files changed

+9
-0
lines changed
113 KB
Loading

src/content/blog/grpc-goat/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ publishDate: 2025-09-17
55
tags: ["grpc-goat", "vulnerable-lab", "tutorial", "security-lab"]
66
draft: false
77
comment: true
8+
heroImage:
9+
src: './grpc_goat_comp.webp'
10+
inferSize: true
811
---
912

1013
# Launching gRPC Goat

src/content/docs/grpc_goat_docs/getting-started.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Welcome to gRPC Goat! This guide will help you set up your lab environment and r
1414
**Quick Start**: If you're familiar with Docker, jump to the [Quick Commands](#quick-commands) section to get started immediately.
1515
</Aside>
1616

17+
![alt text](grpc_goat_comp.webp)
18+
1719
## Prerequisites
1820

1921
Before you begin, ensure you have the following tools installed on your system:
113 KB
Loading

src/content/docs/grpc_goat_docs/labs.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Welcome to the gRPC Goat vulnerability labs! Each lab demonstrates a specific se
1414
**Getting Started**: Each lab is designed to be completed independently. Start with Lab 001 for beginners or jump to any specific vulnerability you want to explore.
1515
</Aside>
1616

17+
![alt text](grpc_goat_comp.webp)
18+
1719
## Vulnerability Overview
1820

1921
The following table provides an overview of all available labs, their business context, and the security risks they demonstrate:

src/content/docs/grpc_goat_docs/walkthrough.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This guide provides step-by-step instructions for exploiting each vulnerability
1414
**Prerequisites**: Make sure you have completed the [Getting Started](/docs/grpc_goat_docs/getting-started) guide and have `grpcurl` installed.
1515
</Aside>
1616

17+
![alt text](grpc_goat_comp.webp)
18+
1719
## Lab 001: gRPC Reflection Enabled
1820

1921
**Vulnerability**: Service Discovery API exposes hidden admin methods through gRPC reflection.

0 commit comments

Comments
 (0)