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,…
What is FirewallD in Linux ?
Before we talk about Firewall D, let’s talk about Firewall. A firewall is a computer network security system that monitor and filters incoming and outgoing network traffic based on security policies or rules. The main purpose of a firewall is to deny dangerous traffic and only allow non-threatening traffic. What is FirewallD ? FirewallD is…
How to Install Yay AUR Helper in Arch Based Distribution
If you use Arch Linux or Arch based Linux distributions, you may know about AUR Helper. Today we will install Yay AUR Helper on our Arch Linux. You can follow the same steps to install it in other Arch based distributions like Manjaro, Black Arch etc. To install Yay, we first need to install Git….
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…