DEATHNOTE: 1 VulnHub CTF
In this blog, we will solve a capture-the-flag challenge ported on the Vulnhub platform by an author named HWKDS . As per the description, this is a beginner-friendly challenge as the difficulty level is given as easy. As a hint, it is mentioned that this is a straightforward box, and we need to follow the hints while solving this CTF. Prerequisites would be knowledge of Linux commands and the ability to run some basic pen-testing tools. https://download.vulnhub.com/deathnote/Deathnote.ova For those who are not aware of the site, VulnHub is a well-known website for security researchers that aims to provide users with a way to learn and practice their hacking skills through a series of challenges in a safe and legal environment. The steps Getting the IP address with the Netdiscover utility Identify open ports through Nmap Enumerating HTTP service Critical File Found Running brute force through Hydra Escalating pr...