DamoNeer@home:~$

  • dCTF 2021 - Strong Password | Cracking

    Strong Password Zip file with a password. I wonder what the password could be? Downloadable zip file Solution Given a zip file, I need to find the password to it. On my Linux machine, I ran the following command to obtain the hash of the zip file. Then, I deleted...

  • dCTF 2021 - Just Take Your Time | Programming

    Just Take Your Time Let’s go. In and out. 2 second adventure. Downloadable python script Solution This challenge comes with a downloadable python script, so it gave me a very clear idea of what kind of responses I will get from it. First, it will prompt the user for the...

  • DawgCTF 2021 - Two Truths and a Fib | Programming

    Two Truths and a Fib Can you catch the fibber? nc umbccd.io 6000 Solution I have seen a couple challenges like this that tests a person’s programming skills when it comes to writing a script that provides correct outputs in a fast and accurate manner. This was my first time...