Day 9
Deploy the attached VM, and wait a few minutes. What ports are open?
nmap -T4 -A 10.10.154.224Starting Nmap 7.92 ( https://nmap.org ) at 2022-09-13 10:30 EDT
Nmap scan report for 10.10.173.133
Host is up (0.031s latency).
Not shown: 998 closed tcp ports (conn-refused)
PORT STATE SERVICE VERSION
80/tcp open http Apache httpd 2.4.54 ((Debian))
|_http-title: Curabitur aliquet, libero id suscipit semper
|_http-server-header: Apache/2.4.54 (Debian)
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernelWhat framework is the web application developed with?
whatweb http://10.10.154.224
http://10.10.154.224 [200 OK] Apache[2.4.54], Cookies[XSRF-TOKEN,laravel_session], Country[RESERVED][ZZ], HTML5, HTTPServer[Debian Linux][Apache/2.4.54 (Debian)], HttpOnly[laravel_session], IP[10.10.154.224], Laravel, PHP[7.4.30], Title[Curabitur aliquet, libero id suscipit semper], X-Powered-By[PHP/7.4.30]
What CVE is the application vulnerable to?
What command can be used to upgrade the last opened session to a Meterpreter session?
What file indicates a session has been opened within a Docker container?
What file often contains useful credentials for web applications?
What database table contains useful credentials?


What is Santa's password?

What ports are open on the host machine?

What is the root flag?


Last updated