Write-Up WPICTF2019 – Secureshell

Description I made the most secure remote shell there is!nc secureshell.wpictf.xyz 31337 (or 31338 or 31339)Category: pwnAuthor: awgFile: hereAuthors of the Write-Up: Klecko and JlXip Analysis For the analysis part we’re going to use a disassembler. Any will do, but I will be using Hopper Disassembler. We are given a 64-bit ELF executable. When executed, […]

Read more
Hack The Box : Vault

Esta es la resolución de la máquina Vault que ya ha sido retirada de las máquinas activas. Es una máquina que me gustó bastante porque tenemos que ir avanzando por otras máquinas sobre las que vamos encontrando información de forma gradual y nos presenta nuevas técnicas que no conocía. Por eso he decidido traerlo al […]

Read more
Write-Up Hackiit CTF Basic Web

Descripción Go to http://80.211.141.199:61783/ and try to get the flag. Write-Up Nos proporcionan una dirección IP y al acceder no obtenemos nada más que un simple “Forbidden”. Curiosamente obtenemos un código HTTP 200, por lo que podría ser una petición correcta. Revisando el código fuente no encontramos nada por lo que pasamos a comprobar las […]

Read more
Write-Up Securinets Prequals CTF 2K19 – Feedback

Description I created this website to get your feedback on our CTF. Can you check if it’s secure ?LinkPs: flag stored in “flag” file Author:Tr’GFx Write-Up We are given a link to a webpage with a form with three fields: Full name, E-mail and Feedback. After we fill the form with the data we want […]

Read more
Write-Up Securinets Prequals CTF 2K19 – Warmup

Description Welcome Reversers! Let’s start with this. Can u break the algorithm and give me the flag ?Author : KERROFile: here Write-Up This program took me a bit long to reverse, although it was not difficult. If we execute it, this is what we get: As strings doesn’t display anything relevant, this program probably reads […]

Read more