Challenge Description Find the password (say PASS) and enter the flag in the form HTB{PASS} Solution This challenge is reverse engineering and we are asked to find a correct password. Let’s check the file type. Now, for analysis let’s use a debugging tool. I used ida. When opening the file, choose 32-bit and Intel 80386 … Read More “Hack the box – Find The Easy Pass write-up” »
Category: HackTheBox
I’ve pwned Keeper challenge. I will share how I solved the challenge. To sum up, before writing about the solution, I felt the user flag was easy to find but the privilege escalation was a bit tricky. OK, let’s start it. Enumerate First of all, I found ports 80 and 22 are open, So I … Read More “CVE-2023-32784 Hack the box – keeper writeup” »
In this post, I will walk through Analytics machine in Hack the box. Information gathering First of all, when nmap the machine, you can find 2 ports are open which are 22 and 80. So, let’s check the web page first. Before check the web page, you need to add the domain to /etc/hosts file. … Read More “Hack The Box – Analytics write-up [Easy]” »
OK, let’s solve the codify machine from Hack the box this time. It is officially marked as easy, but personally, I felt it was not so easy. Enumeration First, let’s see the result of nmap. It has web servers called Codify on port 80 and 3000. Before looking into the web page, let’s add it … Read More “Hack the box : Codify[easy] write up” »
In this post, I will walk through the hack the box machine called lame. The machine difficulty is easy. The main point of this challenge is to utilize Metasploit. I will share how to get the flags. Let’s start it right away! Scanning As always, the first step is to scan a target machine. I … Read More “Easy walkthrough for lame in hack the box machine” »
In this posting, I will walkthrough knowledge check in getting started (nibbles). Steps are very similar to Nibble problem, but there are some variations. I will share how to solve the problem. Enumeration First of all, we need to scan a target IP to collect information. Let’s start with nmap. Then the output is like … Read More “Simple walkthrough for nibble knowledge check” »