Latest Writeups

Ways to detect & mitigate RCE in Java Springboot services

Introduction Remote Code Execution (RCE) is a critical security vulnerability that allows attackers to execute arbitrary code on a target system or application. RCE vulnerabilities can have severe consequences, including...

How to Detect & Fix SSRF in PHP

Introduction Server-Side Request Forgery (SSRF) is a critical web application vulnerability that can lead to unauthorized access, data leakage, and compromise of internal systems. In this article, we will delve...

How to Detect & Fix SSRF in Java

Introduction Server-Side Request Forgery (SSRF) is a critical web application vulnerability that can lead to unauthorized access, data leakage, and compromise of internal systems. In this article, we will delve...

How to Detect & Fix SSRF in Python Django

Introduction Server-Side Request Forgery (SSRF) is a critical web application vulnerability that can lead to unauthorized access, data leakage, and compromise of internal systems. In this article, we will delve...

Preventing Cross-Site Scripting (XSS) in Java Web Applications

Introduction Cross-Site Scripting (XSS) is a critical web application vulnerability that can lead to unauthorized access, data theft, and the compromise of user accounts. In this article, we will explore...

How to Detect & Fix XSS in PHP

Introduction Cross-Site Scripting (XSS) is a common web application vulnerability that can have serious security implications. In this article, we will explore the detection and mitigation of XSS vulnerabilities in...