CTF Challenge Instructions This CTF challenge consists of two main HTML files: ctfssh.html and index.html.
🔍 Objective Find the hidden credentials and PEM file from the ctfssh.html page. These credentials grant SSH access to a public Ubuntu instance.
Access the Ubuntu instance using the discovered credentials and PEM file.
Locate the file containing the flag within the instance.
Insert the flag into the index.html page to verify your solution.
📄 File Descriptions ctfssh.html: This page contains hidden SSH credentials and a PEM file. Use your knowledge and tools to extract the necessary information.
index.html: Once you've retrieved the flag, paste it into this page to verify if it is correct.