This is a service that executes curl command!
Beginner Hint
- curl command is often used for HTTP protocol communication. However, it actually supports a variety of protocols.
- In this challenge, there is a flag in a container that serving an SSH service. Let's search how to use an SSH protocol from curl command.