# Whoami

Hola! Soy Juan Felipe Osorio Z, un apasionado de la seguridad informática, el desarrollo de software y el hacking ético. Este blog es mi espacio personal donde recojo mis apuntes y aprendizajes, no solo para compartirlos contigo, sino también para tener un repositorio propio al que pueda volver en el futuro si lo necesito. No es una ruta profesional ni un manual rígido, sino un recurso práctico para quienes, como yo, buscan aprender y evolucionar en el mundo del hacking, la programación y la ciberseguridad.

Aquí encontrarás desde lenguajes de programación hasta temas como hacking web, criptografía, bug bounty y mucho más. Está pensado para futuros hackers, pentesters, desarrolladores y entusiastas que quieran adentrarse en este mundo, con la libertad de explorar su propio camino.

Espero que este espacio sea tan útil para ti como lo es para mí, sin más que decir Bienvenido :)

{% code title="Welcome.go" fullWidth="false" %}

```go
package main

import "fmt"

func main() {
    fmt.Println("Sin más que decir, ¡Happy Hacking & Coding!")
}
```

{% endcode %}

### Topics

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>A</strong></mark><a data-footnote-ref href="#user-content-fn-1"><mark style="color:blue;"><strong>prender Golang</strong></mark></a></td><td>¿Que tiene de bueno aprender go? Para que sirve, temario, ejemplo código...</td><td></td><td></td><td><a href="/pages/MF1CWbeYjbqkrYjTfDHT">/pages/MF1CWbeYjbqkrYjTfDHT</a></td></tr><tr><td><mark style="color:blue;"><strong>PortSwigger Web Academy</strong></mark></td><td>Laboratorios, explotacion web...</td><td></td><td></td><td><a href="/pages/XZXdVEZLVblxd8sAAeYV">/pages/XZXdVEZLVblxd8sAAeYV</a></td></tr><tr><td><mark style="color:blue;"><strong>Bug Bounty</strong></mark></td><td>Que es bug bounty, herramientas, metodologias, programas, formas de empezar</td><td></td><td></td><td><a href="/pages/jZcDUND0IfUGwKh4bdfx">/pages/jZcDUND0IfUGwKh4bdfx</a></td></tr><tr><td><mark style="color:blue;"><strong>Pentester Lab</strong></mark></td><td>Excercises y sus soluciones junto con investigaciones de los temas</td><td></td><td></td><td><a href="/pages/nzlTTHC7hSXKsd8F5UmV">/pages/nzlTTHC7hSXKsd8F5UmV</a></td></tr><tr><td><mark style="color:blue;"><strong>Guía de estudio Hacking</strong></mark></td><td>Boceto de guía de estudio para aprender hacking enfocado en web</td><td></td><td></td><td><a href="/pages/eHCzBb7PX8ynxTJn8x7w">/pages/eHCzBb7PX8ynxTJn8x7w</a></td></tr></tbody></table>

[^1]:


---

# 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://juanfelipeoz.gitbook.io/notes/readme.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.
