File Inclusion, Local File Inclusion, OSCP, OWASP TOP 10 and web vulnerabilities

Local File Inclusion (LFI)

🕵️ LFI: when the server reads what you want, not what it should 📂 We already understood what file inclusion vulnerabilities are and why they occur. Now it’s time for the practical step: exploiting them in different scenarios to read local files from the back-end server. A well-exploited Local File Inclusion (LFI) can leak configurations, […]