Posts

Showing posts from May, 2021

TryHackMe Blue | CTF Walkthrough

Image
  This article is about  Blue  capture the flag created by  P ritam Kumar Mukhopadhyay  on  TryHackMe . It is a free room and everyone can join it after log-in to the website. Description: Deploy & hack into a Windows machine, leveraging common misconfigurations issues. Video Link is given at the end of the document you can check there. This challenge teaches us how a small misconfiguration can end up your whole machine hacked. Let’s get started.       RECON      As we have get machine’s IP, let’s scan it with nmap.     So we scan the machine for open ports but faster               Now next step is need to know the services and the service versions running on the open ports.     This will take time based on the performance of your system.              There are different scripts present in nmap, so to know about the vuln...