# Server Side

> Server-side vulnerability testing - SSRF, HTTP Request Smuggling, Path Traversal, File Upload, Insecure Deserialization, and Host Header injection.

- Skill: `uhdyindy/server-side` (Agent Skill, multi-file: 20 files)
- Install (CLI): `npx skillmds@latest add uhdyindy/server-side`
- Raw SKILL.md: https://api.skillmd.com/api/skills/uhdyindy/server-side/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: UhdyIndy (https://skillmd.com/u/uhdyindy)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/uhdyindy/server-side

---


# Server-Side

Test for server-side vulnerabilities that allow unauthorized access, RCE, or data exfiltration.

## Techniques

| Type | Key Vectors |
|------|-------------|
| **SSRF** | Internal service access, cloud metadata, protocol smuggling |
| **HTTP Smuggling** | CL.TE, TE.CL, TE.TE, CL.0, H2.CL, h2c, multi-layer proxy chains, connection pooling desync |
| **Path Traversal** | Directory traversal, null bytes, encoding bypass |
| **File Upload** | Extension bypass, content-type manipulation, polyglot files |
| **Deserialization** | Java, PHP, Python, .NET gadget chains |
| **Host Header** | Password reset poisoning, cache poisoning, routing-based SSRF |

## Workflow

1. Identify server-side processing points
2. Test for vulnerability class indicators
3. Bypass protections (WAF, allowlists, encoding filters)
4. Demonstrate impact (file read, RCE, internal access)
5. Capture evidence with PoC

## Reference

- `reference/ssrf*.md` - SSRF techniques and labs
- `reference/http-request-smuggling*.md` - Smuggling techniques
- `reference/path-traversal*.md` - Path traversal bypass methods
- `reference/file-upload*.md` - File upload exploitation
- `reference/insecure-deserialization*.md` - Deserialization attacks
- `reference/http-host-header*.md` - Host header injection

