© 2026 Hashnode
Introduction Introduction File Inclusion and Path Traversal are vulnerabilities that arise when an application allows external input to change the path for accessing files. For example, imagine a library where the catalogue system is manipulated to a...

Scenario The company INLANEFREIGHT has contracted you to perform a web application assessment against one of their public-facing websites. They have been through many assessments in the past but have added some new functionality in a hurry and are pa...

🚀 What is Path Traversal? Path Traversal, also known as Directory Traversal, is a web vulnerability that allows attackers to access files outside of the intended directory. 🎯 Objective: Read sensitive files (e.g. /etc/passwd, win.ini) or even write...

This article will cover the File Inclusion write-up under the Web Fundamentals on THM. What is File inclusion? This room aims to equip you with the essential knowledge to exploit file inclusion vulnerabilities, including Local File Inclusion (LFI), R...

In this article, we will be exploring the ins and outs of file inclusion vulnerability exploitation. We will cover what file inclusion vulnerabilities are, how they work, and how hackers can exploit them. I’m going to try to make this introduction to...
