Skip to content

Files

Latest commit

0a3be3a · Mar 18, 2024

History

History
7 lines (4 loc) · 196 Bytes

level18.md

File metadata and controls

7 lines (4 loc) · 196 Bytes

level18

we run a command immediately after login and get its output using -t flag.

ssh -t bandit18@bandit.labs.overthewire.org -p 2220 "cat readme"

we get the psswd, save it and exit.