BLOG

Everything You Need to Know About CORS Vulnerabilities
Introduction to CORS CORS is a security thing in browsers that decides if a website can get stuff from another website. Normally browsers don’t let websites steal info from other sites. But with CORS websites can say it’s fine for certain sites to get their stuff. If CORS is wrong,

How to Identify and Prevent WebSocket Vulnerabilities
What is web socket: A WebSocket is a communication protocol that provides full-duplex, bidirectional communication channels over a single, long-lived connection. Unlike traditional HTTP, which is request-response based, WebSockets allow data to be sent and received continuously in both directions without the overhead of repeatedly opening and closing connections. What

Requirements To Set-Up Android Lab in Windows:-
Python: Install Python on your Windows machine.Nox Player: Install Nox Player, an Android emulator for Windows. Download and Configure:-1. Check Python Installation: Open command prompt and type the following command to check if Python is installed: “python –version” 2. Install Frida-Tools: Open PowerShell and install Drozer using pip3:“pip3 install drozer”