Summary

  • The provided IP address for this CTF is 10.10.92.44 and port scanning reveals that ports 22 and 80 are open.
  • It is worth noting that port 22 is commonly used for SSH and port 80 is typically used for HTTP.
  • It is assumed that the flag is located within the website located at http://10.10.92.44/ since this is the only web-related open port.
  • Additionally, it is believed that the key is likely not on this port but could potentially be hidden within the website.

Further investigation is required to get the flag and key.

By Error

Original Article