Latest Writeups

How to address top 5 security issues in Java Spring Boot

Introduction Java Spring Boot has gained immense popularity for developing robust and scalable web services. However, along with its benefits, it is crucial to address common security issues that developers...

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...