Scenario: "Fukuoka": Forbidden Association
Level: Easy
Type: Fix
Tags:
Description: There's a web server running on this host but curl localhost returns the default 404 Not Found page.
Fix the issue so that a file is served correctly and the message Welcome to the Real Site! is returned.
Root (sudo) Access: True
Test: Running curl localhost should return HTTP 200 with the message Welcome to the Real Site!.
The "Check My Solution" button runs the script /home/admin/agent/check.sh, which you can see and execute.
Time to Solve: 15 minutes.