2FA simple bypass
The web app has a two-factor authentication functionality that can be bypassed. We have already obtained a valid username and password but do not have access to the user's 2FA verification code.
The web app has a two-factor authentication functionality that can be bypassed. We have already obtained a valid username and password but do not have access to the user's 2FA verification code.
In this lab, we are access the admin panel and delete the user Carlos.
This lab revolves around a horizontal privilege escalation vulnerability. The web app identifies each user with GUIDs for their user account pages. We need to locate the GUID for user Carlos and su...
We are given the task to access the admin panel and delete the user Carlos.
This lab has an unprotected admin panel. Solve the lab by deleting the user carlos.
A walkthrough on [WebOsint](https://tryhackme.com/room/webosint) based on TryHackMe. It covers learning how to conduct basic open source intelligence research on a website.
OSINT, or Open Source Intelligence, is like being a detective on the internet. It involves gathering information from publicly available sources like social media, websites, news articles, and onli...
Nmap is like a detective tool for computer networks. It helps you discover which devices are connected to a network, what services they're running, and how secure they are.
In this article, we'll explore Bash scripting together, where I'll share what I've learned. While I'm not an expert, I can help guide you through everything you need to know about Bash scripting by...