November 10, 2022

What is WAF (Web Application Firewall), And How Do You Bypass It?

In this blog, we will unravel all the concepts related to the security of WAF (Web Application Firewall). We will also know about how to bypass […]
December 22, 2021

postMessage(): common issues and how you can mitigate them?

Introduction to postMessage() The application uses the window.postMessage () method to allow cross-origin communication between different window objects. This method provides a way to circumvent the […]
December 17, 2021

Websocket: common vulnerabilities plaguing it and managing them.

What is WebSocket? Efficient two-way communication protocol WebSocket is stateful where HTTP is stateless Two main parts: Handshake and data transfer WebSockets allows the client/server to […]
November 19, 2021

Sharpening your FRIDA scripting skills with Frida Tool

FridaLab Tool, an android application specially created to hone the Frida scripting skills on android. These challenges include: Changing a hard-coded variable Modifying the return value […]
October 19, 2021

Static Code Analysis: An important process for finding vulnerabilities

Static code analysis analyses source code and identifies the bugs before the program is run. Vulnerabilities are identified in the source code through Static source code […]
October 13, 2021

Double-check Inputs to Avoid SSRF Vulnerability

Attackers use SSRF, a web application vulnerability, to bring about a request from the server-side application to a random domain; usually, attackers choose the domain. Server-Side […]
July 8, 2021

Importance of Cryptography Encryption in Apps & Latest Encryption Algorithm

Definition of ‘Cryptography’ “Cryptography is an information security tactic used to protect enterprise information and communication from cyber threats through the use of codes. This refers […]
April 15, 2021

What is WAF? How Web Application Firewall Evasion Techniques Work?

What is WAF? A web application firewall is a specific kind of application firewall that applies explicitly to web applications. It is released before web applications […]
Enable Notifications OK No thanks