e, you can type 'nano cheatsheet.md'). Don't use a text editor to view any files except these instructions, the cheatsheet, and hints. admin@i-0edf70d000e8e9dda:~/clmystery$ ls LICENSE.md cheatsheet.md hint1 hint3 hint5 hint7 instructions README.md cheatsheet.pdf hint2 hint4 hint6 hint8 mystery admin@i-0edf70d000e8e9dda:~/clmystery$ nano cheatsheet.md admin@i-0edf70d000e8e9dda:~/clmystery$ nano hint1 admin@i-0edf70d000e8e9dda:~/clmystery$ cat hint1 Try poking around what's in a file by using the 'head' command: head -n 20 people This will show you the first 20 lines of the 'people' file. admin@i-0edf70d000e8e9dda:~/clmystery$ head -n 20 people head: cannot open 'people' for reading: No such file or directory admin@i-0edf70d000e8e9dda:~/clmystery$ cd mystery/ admin@i-0edf70d000e8e9dda:~/clmystery/mystery$ ls crimescene interviews memberships people streets vehicles admin@i-0edf70d000e8e9dda:~/clmystery/mystery$ head -n 20 people *************** To go to the street someone lives on, use the file for that street name in the 'streets' subdirectory. To knock on their door and investigate, read the line number they live on from the file. If a line looks like gibberish, you're at the wrong house. *************** NAME GENDER AGE ADDRESS Alicia Fuentes F 48 Walton Street, line 433 Jo-Ting Losev F 46 Hemenway Street, line 390 Elena Edmonds F 58 Elmwood Avenue, line 123 Naydene Cabral F 46 Winthrop Street, line 454 Dato Rosengren M 22 Mystic Street, line 477 Fernanda Serrano F 37 Redlands Road, line 392 Emiliano Wenk M 90 Paulding Street, line 490 Larry Lapin M 71 Atwill Road, line 298 Jakub Gondos M 61 Mitchell Street, line 187 Derek Kazanin M 55 Tennis Road, line 440 Jens Tuimalealiifano M 83 Rockwood Street, line 205 Nikola Kadhi M 75 Glenville Avenue, line 226 admin@i-0edf70d000e8e9dda:~/clmystery/mystery$
command-line-murders/i-0edf70d000e8e9dda
by SadServersMore by SadServers
root@i-075ea5c6ffa92e64b:/home/admin# root@i-075ea5c6ffa92e64b:/home/admin# root@i-075ea5c6ffa92e64b:/home/admin# df Filesystem 1K-blocks Used Available Use% Mounted on udev 221828 0 221828 0% /dev tmpfs 46636 368 46268 1% /run /dev/nvme0n1p1 8026128 6338108 1258764 84% / tmpfs 233168 12 233156 1% /dev/shm tmpfs 5120 0 5120 0% /run/lock /dev/nvme0n1p15 126678 6016 120662 5% /boot/efi root@i-075ea5c6ffa92e64b:/home/admin# root@i-075ea5c6ffa92e64b:/home/admin# root@i-075ea5c6ffa92e64b:/home/admin# root@i-075ea5c6ffa92e64b:/home/admin# root@i-075ea5c6ffa92e64b:/home/admin# t
kihei/i-075ea5c6ffa92e64b 00:53
by SadServersmain.main() ./main.go:64 +0x47d admin@i-04c6f947b4137d4bb:~$ ./kihei -h Usage: ./kihei [options] -h Display help -help Display help -v Verbose mode (print extra info) -verbose Verbose mode (print extra info) admin@i-04c6f947b4137d4bb:~$ free -m total used free shared buff/cache availableMem: 455 90 198 0 167 352Swap: 0 0 0 admin@i-04c6f947b4137d4bb:~$
kihei/i-04c6f947b4137d4bb 02:02
by SadServersdrwx------ 3 admin admin 4.0K Sep 20 2023 .ansible -rw------- 1 admin admin 471 Apr 5 14:55 .bash_history -rw-r--r-- 1 admin admin 220 Aug 4 2021 .bash_logout -rw-r--r-- 1 admin admin 3.5K Aug 4 2021 .bashrc drwxr-xr-x 3 admin admin 4.0K Sep 20 2023 .config -rw-r--r-- 1 admin admin 807 Aug 4 2021 .profile drwx------ 2 admin admin 4.0K Sep 17 2023 .ssh drwxr-xr-x 2 admin root 4.0K Sep 24 2023 agent -rwxrwx--- 1 root root 360 Sep 24 2023 webserver.py admin@i-000557d38915e9a6c:~$ chown chown: missing operand Try 'chown --help' for more information. admin@i-000557d38915e9a6c:~$ chown admin:admin webserver.py chown: changing ownership of 'webserver.py': Operation not permitted admin@i-000557d38915e9a6c:~$ curl localhost:5000