hint1 hint2 hint3 hint4 hint5 hint6 hint7 hint8 admin@i-04b39868f097d5d26:~/clmystery$ cat hint2 Try using grep to search for the clues in the crimescene file: grep "CLUE" crimescene admin@i-04b39868f097d5d26:~/clmystery$ grep mystery/ crimescene interviews/ memberships/ people streets/ vehicles admin@i-04b39868f097d5d26:~/clmystery$ grep CLUE mystery/crimescene CLUE: Footage from an ATM security camera is blurry but shows that the perpetrator is a tall male, at least 6'. CLUE: Found a wallet believed to belong to the killer: no ID, just loose change, and membership cards for Rotary_Club, Delta SkyMiles, the local library, and the Museum of Bash History. The cards are totally untraceable and have no name, for some reason. CLUE: Questioned the barista at the local coffee shop. He said a woman left right before they heard the shots. The name on her latte was Annabel, she had blond spiky hair and a New Zealand accent. admin@i-04b39868f097d5d26:~/clmystery$ cat hint3 In order to track down our potential witness, we need to figure out where she lives. Try using 'head' on some of the files like 'people' and 'vehicles' and see where we might find that. admin@i-04b39868f097d5d26:~/clmystery$ head mystery/people .git/ cheatsheet.md hint2 hint5 hint8 LICENSE.md cheatsheet.pdf hint3 hint6 instructions README.md hint1 hint4 hint7 mystery/ admin@i-04b39868f097d5d26:~/clmystery$ head mystery/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 admin@i-04b39868f097d5d26:~/clmystery$ cat hint4 To find all the Annabels' addresses, use the 'people' file: grep "Annabel" people Notice that not all of the results are worth investigating. Remember what we know about Annabel. admin@i-04b39868f097d5d26:~/clmystery$ grep A mystery/people
command-line-murders/i-04b39868f097d5d26
by SadServersMore by SadServers
admin@i-0950fb35a9425a065:~$ admin@i-0950fb35a9425a065:~$ admin@i-0950fb35a9425a065:~$ sd bash: sd: command not found admin@i-0950fb35a9425a065:~$ sd bash: sd: command not found admin@i-0950fb35a9425a065:~$ sd bash: sd: command not found admin@i-0950fb35a9425a065:~$ sd bash: sd: command not found admin@i-0950fb35a9425a065:~$ sudo su root@i-0950fb35a9425a065:/home/admin# pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. root@i-0950fb35a9425a065:/home/admin# vgcreate vg /dev/nvme11n1 /dev/nvme2n1
kihei/i-0950fb35a9425a065 02:12
by SadServers-rw-r--r-- 1 root root 235 Sep 20 15:53 gotty.service -rw-r--r-- 1 root root 196 Sep 20 15:56 mc.service -rw-r--r-- 1 root root 136 Sep 20 15:56 mc.timer drwxr-xr-x 2 root root 4.0K Sep 24 23:20 multi-user.target.wants drwxr-xr-x 2 root root 4.0K Sep 28 2021 network-online.target.wants -rw-r--r-- 1 root root 197 Sep 20 15:53 sadagent.service drwxr-xr-x 2 root root 4.0K Sep 28 2021 sockets.target.wants lrwxrwxrwx 1 root root 31 Sep 28 2021 sshd.service -> /lib/systemd/system/ss-rw-r--r-- 1 root root 195 Sep 20 15:56 syncmc.service drwxr-xr-x 2 root root 4.0K Sep 28 2021 sysinit.target.wants lrwxrwxrwx 1 root root 35 Sep 28 2021 syslog.service -> /lib/systemd/system/drwxr-xr-x 2 root root 4.0K Sep 20 15:56 timers.target.wants admin@i-00ee07a1b1a72b1d8:/etc/systemd/system$ systemctl edit --full mc Failed to create temporary file for "/etc/systemd/system/mc.service": Permissionadmin@i-00ee07a1b1a72b1d8:/etc/systemd/system$ systemctl edit --full mc.serv
paris/i-00ee07a1b1a72b1d8 05:28
by SadServersreturn super().server_bind() File "/usr/lib/python3.9/http/server.py", line 138, in server_bind socketserver.TCPServer.server_bind(self) File "/usr/lib/python3.9/socketserver.py", line 466, in server_bind self.socket.bind(self.server_address) OSError: [Errno 98] Address already in use admin@i-05c1936b123b31b0a:~$ python3 -m http.server 8086 Serving HTTP on 0.0.0.0 port 8086 (http://0.0.0.0:8086/) ... ^C Keyboard interrupt received, exiting. admin@i-05c1936b123b31b0a:~$ ^C admin@i-05c1936b123b31b0a:~$ python3 -m http.server 8086 & [1] 733 admin@i-05c1936b123b31b0a:~$ Serving HTTP on 0.0.0.0 port 8086 (http://0.0.0.0:8