Playground
Connecting
ssh guestuser@researchlabs -p 2222
Any password will do, and any username — the playground lets everyone
in, because there is nothing behind the door to protect. You land in a shell
straight away. Leave the shell, by exit or by closing the
window, and your container is gone; ssh in again for a fresh one.
Worth knowing
-
There is no internet in there. Bring what you need with you — paste
a script in, or write it on the spot — rather than planning to
pip installorapt-getit. - A session is small on purpose: a modest memory and cpu budget, a read-only system and no root. It is a place to run tools from, not a place to build a distro or mine anything.
- Sessions are capped, so if the playground turns you away it is full rather than broken. Close a shell you are done with and try again shortly.
- Attack the exercise endpoints, and nothing else. Everything outside them is out of scope, and the network is arranged so that it stays that way.