###### tags: `DarkCTF` `Linux` # Linux/linux starter ### description - Don't Try to break this jail - ssh wolfie@linuxstarter.darkarmy.xyz -p 8001 password : wolfie ### ls -al ```shell= $ ls -al total 32 drwxr-xr-x 1 wolfie wolfie 4096 Sep 27 11:57 . drwxr-xr-x 1 root root 4096 Sep 25 19:14 .. -rw-rw-r-- 1 wolfie wolfie 0 Sep 27 11:57 .ashrc -rw------- 1 wolfie wolfie 3143 Sep 28 00:37 .bash_history -rw-rw-r-- 1 wolfie wolfie 0 Sep 27 11:57 .bashrc drwx------ 2 wolfie wolfie 4096 Sep 27 06:14 .cache drwxr-xr-x 1 root root 4096 Sep 25 19:14 bin drwxr-xr-x 1 root root 4096 Sep 25 19:14 imp ``` ### grep -r 'darkCTF{' ```shell= $ cd / $ grep -r dark 2>/dev/null | grep flag home/wolfie/imp/flag.txt:darkCTF{h0pe_y0u_used_intended_w4y} ```