Uncategorized

LFI/RFI

Post 7: Local & Remote File Inclusion (LFI/RFI) Reading, Poisoning, and Exploiting Server-Side Files File inclusion vulnerabilities happen when a web application loads files based on user input — and doesn’t validate or sanitize that input properly. These bugs can let you: Table of Contents 1. What is LFI and RFI? LFI (Local File Inclusion)The

LFI/RFI Read More »

XSS

Post 5: Cross-Site Scripting (XSS) Weaponizing the Browser Against the User Cross-Site Scripting (XSS) is one of the most misunderstood yet most common web vulnerabilities. It allows attackers to inject malicious scripts into web pages viewed by other users, often leading to session hijacking, defacement, phishing, or stealing credentials. This guide walks through everything from

XSS Read More »

Scroll to Top