Posts

Introducing Our New Book – Cybersecurity for Beginners

Image
  Title: Introducing Our New Book – Cybersecurity for Beginners We are proud to announce the release of our latest publication, Cybersecurity for Beginners: Learn Ethical Hacking & Protect Yourself Online , authored by Darshan S. This book is designed to provide a clear and practical introduction to cybersecurity concepts . It is suitable for students, beginners, and anyone interested in understanding how to protect themselves in the digital world. In today’s technology-driven environment,   cyber threats are increasing rapidly . Individuals and organizations are constantly exposed to risks such as data breaches , phishing attacks , malware , and unauthorized access . Understanding cybersecurity is no longer optional—it is a necessity. This book aims to bridge the gap between theory and practical knowledge by explaining concepts in a simple and structured manner . Each topic is written with clarity so that even beginners can follow along without prior experience. Key hig...
Image
Corridor Room Link:  https://tryhackme.com/room/corridor Task Description: You have found yourself in a strange corridor. Can you find your way back to where you came? In this challenge, you will explore potential IDOR vulnerabilities. Examine the URL endpoints you access as you navigate the website and note the hexadecimal values you find (they look an awful lot like a hash, don’t they?). This could help you uncover website locations you were not expected to access. Analysis: What we’re required here is to find the key to door where we came from. Solution: First, enter the corridor by I started off by entering each of the room to find the one with the key, but every room was empty.        By the hint provided in the room I assumed it is a hash. So, I use   https://crackstation.net/   to find the key. I tried the first string and it turned out to be 13 using md-5, so on and so forth. But still I am unable to find the exact key to solve the room. Then, ...