ZZeroProtocolinwebpentestingdeepdive.hashnode.dev·Aug 13 · 7 min readCommon Web Application TechnologiesIntroduction Modern web applications are rarely built with a single technology. A typical application combines a web server, a programming language, a framework, a database, data formats, and backend 10
MAMd. Amirul Islaminbackend-development-mindset.hashnode.dev·Jan 4 · 2 min readBackend Security (Part-2)In the previous part, I talked about SQL Injection. Today, I’m going to discuss Command Injection—a critical but often overlooked web security vulnerability. Command Injection Attack Command Injection is an attack technique where an attacker executes...00
OAOlumide Adeolainchasfatprojects.hashnode.dev·Dec 22, 2025 · 6 min readHTML Injection Explained:HTML Injection is a common yet often misunderstood web application vulnerability that occurs when user-controlled input is reflected into a web page without proper validation or output encoding. While sometimes dismissed as “harmless” compared to XSS...00
NTNishant Tomerinbackstagewithnishant.com·Feb 7, 2024 · 2 min readAuthentication vs. AuthorizationWhat is Backend Security? Backend security involves protecting the server-side components of an application or system from unauthorized access or malicious activities. It encompasses numerous aspects such as authentication, authorization, data valida...00
DEDaniel Effiongindanieleffiong.hashnode.dev·Jan 19, 2024 · 2 min readHow to Secure Your Backend ApplicationIntroduction:In the digital age, security is paramount. As backend developers, safeguarding our applications against potential threats is a responsibility we cannot overlook. Today, we'll guide you through essential practices to secure your backend a...00