diff --git a/2019/neverlan/bashninja b/2019/neverlan/bashninja.md similarity index 99% rename from 2019/neverlan/bashninja rename to 2019/neverlan/bashninja.md index 33dc36c..e2d9570 100644 --- a/2019/neverlan/bashninja +++ b/2019/neverlan/bashninja.md @@ -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 diff --git a/2019/neverlan/purvesta b/2019/neverlan/purvesta.md similarity index 80% rename from 2019/neverlan/purvesta rename to 2019/neverlan/purvesta.md index a683425..cec68a2 100644 --- a/2019/neverlan/purvesta +++ b/2019/neverlan/purvesta.md @@ -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. diff --git a/2019/neverlan/sqlfun1 b/2019/neverlan/sqlfun1.md similarity index 62% rename from 2019/neverlan/sqlfun1 rename to 2019/neverlan/sqlfun1.md index 4c0b4ad..8ab189b 100644 --- a/2019/neverlan/sqlfun1 +++ b/2019/neverlan/sqlfun1.md @@ -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 diff --git a/2019/neverlan/sqlfun2 b/2019/neverlan/sqlfun2.md similarity index 57% rename from 2019/neverlan/sqlfun2 rename to 2019/neverlan/sqlfun2.md index 2233ceb..f7c8474 100644 --- a/2019/neverlan/sqlfun2 +++ b/2019/neverlan/sqlfun2.md @@ -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. diff --git a/2019/neverlan/thingsarenot b/2019/neverlan/thingsarenot.md similarity index 66% rename from 2019/neverlan/thingsarenot rename to 2019/neverlan/thingsarenot.md index a2608f6..bb09304 100644 --- a/2019/neverlan/thingsarenot +++ b/2019/neverlan/thingsarenot.md @@ -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.