summaryrefslogtreecommitdiff
path: root/ctf/web.md
blob: d5bf6cc8b2f568e4196ee9b9709ff5f10ba1c80d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: ctf
title: ctf/web security
---

# web security

- [websec.fr](https://websec.fr)

## tooling

- devtools
- burp suite
- mitmproxy
- ???

## common attacks

### sqli: sql injection

### xss: cross-site scripting

### xxe: external entity injection

### csrf: cross-site request forgery

### ssrf: server-side request forgery

### request smuggling

### prototype pollution

## common failures

### trusting headers