# Semana 2

## Sumário - Aulas Semana 2

### Conceitos iniciais:

* [Servidores Web, o que são?](https://gitbook.ganeshicmc.com/web/semana-2/08_servidores_web)
* [Portas e Serviços](https://gitbook.ganeshicmc.com/web/semana-2/ports_e_servicos)

### Estrutura back-end de uma página Web dinámica:

* [PHP e programação server-side](https://gitbook.ganeshicmc.com/web/semana-2/09_php)
* [APIs e Serviços Rest](https://gitbook.ganeshicmc.com/web/semana-2/apis_e_rest)

### Bancos de dados, o que são:

* [Introdução aos Bancos de Dados](https://gitbook.ganeshicmc.com/web/semana-2/13_bancos_de_dados)

### Algumas vulnerabilidades:

* [Command Injection](https://gitbook.ganeshicmc.com/web/semana-2/10_command_injection)
* [Cookie Poisoning](https://gitbook.ganeshicmc.com/web/semana-2/12_cookie_poisoning)
* [SQL Injection](https://gitbook.ganeshicmc.com/web/semana-2/14_sql_injection)
* [Insecure Direct Object Reference](https://github.com/GANESH-ICMC/Introducao-a-Seguranca-Digital/tree/bfbf77e3044aa23b5202f22ffec54f406d8f2db0/web/semana-2/15_IDOR.md)

#### Autores do material:

* [Gabriel Van Loon](https://github.com/GabrielVanLoon)
* [Alexandre Junior](https://github.com/alexandregjr)
* [Pedro Guerra Lourenço](https://github.com/Haltz01)
* Adicionar outros autores que ajudaram em 2021!


---

# 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://gitbook.ganeshicmc.com/web/semana-2.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.
