diff options
author | JJ | 2023-11-24 03:35:03 +0000 |
---|---|---|
committer | JJ | 2023-11-24 03:35:03 +0000 |
commit | 384af43d4220eb93abe06668210c594923fb9a8c (patch) | |
tree | 3762c806c6034bb1d52d2ecef76bb43f79509298 /ctf/web.md | |
parent | 426d431d03599b65dee1ddffd8923098cbaa79b0 (diff) |
meow
Diffstat (limited to 'ctf/web.md')
-rw-r--r-- | ctf/web.md | 31 |
1 files changed, 28 insertions, 3 deletions
@@ -1,5 +1,30 @@ -# Web Security - -## Resources +# 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 |