Blog

Home / Blog

Buffer Overflow Basics

Buffer overflow is a vulnerability where a program tries to store more data in a buffer than it can hold, potentially overwriting important data or

Read More »
Exploiting MySQL Service

Exploiting MySQL Service

What is MySQL? MySQL is a powerful, free, open-source database management system widely used in web applications. It uses the popular Structured Query Language (SQL)

Read More »
Insecure Deserialization in PHP

Insecure Deserialization in PHP

In this blog (part of the “Insecure Deserialization” series), we will discuss insecure deserialization vulnerabilities in PHP and its prevention. The purpose of data serialization

Read More »
Intro to BEFF Framework

Intro to BEFF Framework

Hey everyone, in this blog, we will be discussing about BeEF, which is short for The Browser Exploitation Framework, and some attacks that can be

Read More »