Blog

BEEP – HackTheBox Walkthrough

Hello Friends, Today I am here with a new HTB machine. This machine was pretty easy. The main goal is to get root flag. Here we will be learning about a specific vulnerability called Local File Inclusion. I didn’t use much of the tools to pwn this machine. #nmap -sSV -T5 -p- 10.10.10.7 –allports There

Read More

TryHackMe Walkthrough- Blue

Hi Everyone…!!! I am back with another machine in this blog. In this beginner-friendly blog, we will learn how to deploy & hack into a Windows machine, leveraging common misconfigurations issues. This machine is based on Eternal blue vulnerability(CVE-2017-0143). Let’s ping the blue machine and make sure we are connected. Task 1:  Recon In the

Read More

Bashed- HackTheBox Walkthrough

Today I am going to show you how I was bashing with the “Bashed” HTB machine. The goal is to find the user.txt and final flag by getting the root. Things we learn in this machine are different from the previous machine. Don’t get confused while cracking the machine Now let’s crack the machine…! At

Read More

Basic Pentesting walkthrough -TryHackMe

Hello Everyone…!!! It is nice to meet you all again with another walkthrough of the basic Pentesting machine available on TryHackMe. It covers Service Enumeration, Hash Cracking, Brute-Forcing through Hydra, and Privilege Escalation. So, let us get this test started. To make sure that we are connected to their network, I am using the ping

Read More