Inclusion

This room talks about LFI vulnerability in which an attacker tricks the web server to expose critical data this happens when a web server trusts user input which can lead to path transversal.

Nmap Scan

PORT   STATE SERVICE
22/tcp open  ssh
80/tcp open  http

There are only two ports open in the web server running on the port 80 and ssh on the port 22.

Enumeration

password - xxxxxxxxxxxx

  • Login using the credentials via ssh.

Exploitation