> For the complete documentation index, see [llms.txt](https://csbygb.gitbook.io/pentips/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://csbygb.gitbook.io/pentips/talks/web-talks.md).

# My Talks about Web Pentest

## WiCys MAA 2022 - Web Pentesting Workshop

{% embed url="<https://youtu.be/3a2qsR3KozM>" %}
Web Pentesting October 2022 WiCyS MAA
{% endembed %}

## JeseyCTF 2021 - Solving Web Security Vulnerabilities with Pentesting

{% embed url="<https://youtu.be/_qewIQILPw8>" %}
JerseyCTF 2021 Tech Talk - Gabrielle Botbol: Solving Web Security Vulnerabilities with Pentesting
{% endembed %}

## GrimmCon 0x5 - Solving Web Security Vulnerabilities with Pentesting - Gabrielle Botbol

{% embed url="<https://youtu.be/ie_QkEIX79o>" %}
Solving Web Security Vulnerabilities with Pentesting - Gabrielle Botbol \[GRIMMCon 0x5]
{% endembed %}

## SheHacks KE 2021 - Solving Web Security Vulnerabilities with Pentesting

{% embed url="<https://www.youtube.com/live/7z8zmAMWKuk?feature=share>" %}
SheHacks 2021: Solving Web Security Vulnerabilities with Pentesting
{% endembed %}

## Day of Shecurity 2021 - Solving Web Security Vulnerabilities with Pentesting

{% embed url="<https://youtu.be/pYHmhxZvseM>" %}
DoS 2021: Solving Web Security Vulnerabilities with Pentesting
{% endembed %}

## WoSec Seattle 2020 - Remote Code Execution

{% embed url="<https://youtu.be/6VmDl9naJNw>" %}
Remote Code Execution
{% endembed %}

## WoSec Montreal 2020 - Introduction to BurpSuite

{% embed url="<https://youtu.be/R98n0WHm1Ac>" %}
Introduction to Burp Suite
{% endembed %}

## WoSec Montreal 2020: Lisandre Cadotte & Gabrielle Botbol - SQL Injections and Cross Site Scripting

{% embed url="<https://youtu.be/r8dl_gv1sik>" %}
WoSec Montreal 2020: Lisandre Cadotte & Gabrielle Botbol - SQL Injections and Cross Site Scripting
{% endembed %}

## En français, In french

### Women Techmakers Montreal 2020 - Qu'est-ce que le pentest web et quelques exemples d'exploitation de vulnérabilités

{% embed url="<https://youtu.be/NWMTUkMP_Jg>" %}
WTM - Qu'est-ce que le pentest web et quelques exemples d'exploitation de vulnérabilités par Gabrielle B
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://csbygb.gitbook.io/pentips/talks/web-talks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
