# WEB GÜVENLİĞİ

- [403 ByPass](https://docs.yavuzlar.org/web-guvenligi/403-bypass.md)
- [API Güvenliği (API Security)](https://docs.yavuzlar.org/web-guvenligi/api-guvenligi-api-security.md)
- [Broken Access Control](https://docs.yavuzlar.org/web-guvenligi/broken-access-control.md)
- [Bulut Güvenliği (Cloud Security)](https://docs.yavuzlar.org/web-guvenligi/cloud-security.md)
- [Command Injection](https://docs.yavuzlar.org/web-guvenligi/command-injection.md)
- [Cross Origin Resource Sharing](https://docs.yavuzlar.org/web-guvenligi/cross-origin-resource-sharing.md)
- [Cross Site Request Forgery (CSRF)](https://docs.yavuzlar.org/web-guvenligi/cross-site-request-forgery-csrf.md)
- [Cyber Kill Chain](https://docs.yavuzlar.org/web-guvenligi/cyber-kill-chain.md)
- [DDoS Saldırıları](https://docs.yavuzlar.org/web-guvenligi/ddos-saldirilari.md)
- [File Upload Zafiyeti Nedir?](https://docs.yavuzlar.org/web-guvenligi/file-upload-zafiyeti-nedir.md)
- [HTTP Request Smuggling](https://docs.yavuzlar.org/web-guvenligi/http-request-smuggling.md)
- [Insecure Direct Object Reference (IDOR)](https://docs.yavuzlar.org/web-guvenligi/insecure-direct-object-reference-idor.md)
- [Incident Response](https://docs.yavuzlar.org/web-guvenligi/incident-response.md)
- [Local File Inclusion (LFI)](https://docs.yavuzlar.org/web-guvenligi/local-file-inclusion-lfi.md)
- [NoSQL Injection](https://docs.yavuzlar.org/web-guvenligi/nosqlinjection.md)
- [Pentest 101](https://docs.yavuzlar.org/web-guvenligi/pentest101.md)
- [Race Condition](https://docs.yavuzlar.org/web-guvenligi/race-condition.md)
- [Server Side Request Forgery (SSRF)](https://docs.yavuzlar.org/web-guvenligi/server-side-request-forgery-ssrf.md)
- [Server Side Template Injection (SSTI)](https://docs.yavuzlar.org/web-guvenligi/server-side-template-injection-ssti.md)
- [Spring4Shell](https://docs.yavuzlar.org/web-guvenligi/spring-4-shell.md)
- [Two Factor Authentication Bypass](https://docs.yavuzlar.org/web-guvenligi/two-factor-authentication-bypass.md)
- [XML External Entity Attack (XEE)](https://docs.yavuzlar.org/web-guvenligi/xxe-xml-external-entity-attack.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yavuzlar.org/web-guvenligi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
