In this article, we will solve a capture of the flag challenge from the Vulnhub platform. You can download the machine from the following link https://www.vulnhub.com/entry/matrix-1,259/ This is a beginner friendly machine and our goal is to read the /root/flag.txt file. So let’s get started. I downloaded and imported the machine (OVA file) to VirtualBox,…
Category: Hacking
National Cyber Drill 2021 Writeup
Hello! I’m Tareq from Knight Squad. Recently National Cyber Drill 2021 was held & total 396 teams participated. Challenges were sorted by challenge category. Here I’m going to give you a quick writeup for the challenges that I was able to solve. I Hope you guys will find this helpful. You will find all the…
Introduction to Radare2 – A Reverse Engineering Framework
Hello Everyone, I’m back to introduce you to another hacking tool. Today I will talk about one of the most popular and open source reverse engineering framework Radare2. What is Radare2 ? Radare2 is an open source reverse engineering framework. Its used for static and dynamic binary analysis and exploitation. This framework contains a set…
Tryhackme: DAV
Hey everybody!It’s Shahabor Hossain Rifat here.Today I’m going to show you how can you break into Dav tryhackme machine. So let’s get started. First I simply scanned for all the ports using Nmap. Port 80 is open so let’s access the website. There is an apache default page. Let’s run gobuster against the website and…
Tryhackme : Cicada-3301 Vol:1
Hey everybody! It’s Shahabor Hossain Rifat here.Today we will slove Cicada-3301 Vol:1 room on tryhackme. So, without further ado, let’s get started. So, at first download task files . After downloading I found a zip file and extracted the zip file. After extracting I got two files. I found an audio file. Let’s analyze the…