- Namespace: picoctf/examples
- ID: general-ssh
- Type: custom
- Category: General Skills
- Points: 1
- Templatable: yes
- MaxUsers: 1
Do you know how to move between directories and read files in the shell?
ssh -p {{port("ssh")}} ctf-player@{{server("ssh")}}
using password
{{lookup("password")}}
- Finding a cheatsheet for bash would be really helpful!
Login to the remote machine and use ls
to find pieces of the flag and hints
to the next one.
cpus: 0.5
memory: 128m
pidslimit: 20
ulimits:
- nofile=128:128
diskquota: 64m
init: true
Usage of ssh and bash commands
- ssh
- bash
- example
- author: LT 'syreal' Jones
- organization: picoCTF
- event: picoCTF Problem Developer Training