📂 05 — Local/Remote File Inclusion

Medium
0/3 solved

📄 Easy — Basic LFI

A file viewer that concatenates user input to the app root path. Use directory traversal to read system files.

Try ../../../etc/passwd to read the system password file via directory traversal.