Corregir mime, modificar estructura
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Things are not always what they seem
|
||||
|
||||
---
|
||||
|
||||
### Bash Ninja Games
|
||||
|
||||
Similares a los juegos de [Bandit](https://overthewire.org/wargames/bandit), son niveles
|
||||
@@ -1,10 +1,10 @@
|
||||
# purvesta
|
||||
|
||||
### Recon, 75
|
||||
---
|
||||
|
||||
---
|
||||
I love Github. Use it all the time! Just wish they could host a webpage...
|
||||
---
|
||||
(recon, 75) I love Github. Use it all the time! Just wish they could host a webpage...
|
||||
|
||||
## Desarrollo:
|
||||
|
||||
Analizando lo que nos dice el problema podemos buscar que Github tiene un
|
||||
servicio para __hostear__ paginas web: GitHub Pages.
|
||||
@@ -1,10 +1,10 @@
|
||||
# SQL Fun 1
|
||||
|
||||
## Web, 50
|
||||
---
|
||||
|
||||
---
|
||||
My Customer forgot his Password. His Fname is Jimmy. Can you get his password for me? It should be in the users table
|
||||
---
|
||||
(Web, 50) My Customer forgot his Password. His Fname is Jimmy. Can you get his password for me? It should be in the users table
|
||||
|
||||
## Desarrollo
|
||||
|
||||
Esto es uso de SQL, tenemos que encontrar el usuario Jimmy en la tabla users
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# SQL Fun 2
|
||||
|
||||
## Web, 50
|
||||
---
|
||||
|
||||
---
|
||||
A Client forgot his Password... again. Could you get it for me? He has a users account and his Lname is Miller if that helps at all. Oh! and Ken was saying something about a new table called passwd; said it was better to separate things.
|
||||
---
|
||||
(Web, 50) A Client forgot his Password... again. Could you get it for me? He has a users account and his Lname is Miller if that helps at all. Oh! and Ken was saying something about a new table called passwd; said it was better to separate things.
|
||||
|
||||
## Desarrollo
|
||||
|
||||
Para este caso fue necesario hacer una union entre las distintas tablas.
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
|
||||
# Things are not always what they seem
|
||||
|
||||
### Web, 50
|
||||
---
|
||||
|
||||
---
|
||||
If you can't find it you're not looking hard enough.
|
||||
---
|
||||
(Web, 50) If you can't find it you're not looking hard enough.
|
||||
|
||||
## Desarrollo
|
||||
|
||||
Revisando el código fuente de la página encontramos la flag.
|
||||
|
||||
Reference in New Issue
Block a user