22 lines
531 B
Plaintext
22 lines
531 B
Plaintext
# purvesta
|
|
|
|
### Recon, 75
|
|
|
|
---
|
|
I love Github. Use it all the time! Just wish they could host a webpage...
|
|
---
|
|
|
|
Analizando lo que nos dice el problema podemos buscar que Github tiene un
|
|
servicio para __hostear__ paginas web: GitHub Pages.
|
|
|
|
Tomando en cuenta el nombre del reto ingresamos a:
|
|
|
|
[https://github.com/purvesta](https://github.com/purvesta)
|
|
|
|
Ahi encontraremos un repositorio llamado **purvesta.github.io** el cual guarda
|
|
un archivo llamado `lol`, donde se encuentra la flag.
|
|
|
|
```
|
|
flag{Th1s_g1thub_l00ks_a_l1l_sparc3}
|
|
```
|