admin@i-0f40f806e731f47c2:~/clmystery$ ^C admin@i-0f40f806e731f47c2:~/clmystery$ cat hint2 Try using grep to search for the clues in the crimescene file: grep "CLUE" crimescene admin@i-0f40f806e731f47c2:~/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-0f40f806e731f47c2:~/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-0f40f806e731f47c2:~/clmystery$ head mystery/vehicles *************** Vehicle and owner information from the Terminal City Department of Motor Vehicles *************** License Plate T3YUHF6 Make: Toyota Color: Yellow Owner: Jianbo Megannem Height: 5'6" Weight: 246 lbs admin@i-0f40f806e731f47c2:~/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-0f40f806e731f47c2:~/clmystery$ grep Annabel mystery/people Annabel Sun F 26 Hart Place, line 40 Oluwasegun Annabel M 37 Mattapan Street, line 173 Annabel Church F 38 Buckingham Place, line 179 Annabel Fuglsang M 40 Haley Street, line 176 admin@i-0f40f806e731f47c2:~/clmystery$ ^C admin@i-0f40f806e731f47c2:~/clmystery$
command-line-murders/i-0f40f806e731f47c2
by SadServersMore by SadServers
-rw-r--r-- 1 admin admin 5368709120 Sep 17 17:28 datafile -rwxr-xr-x 1 admin root 2207109 Sep 17 17:28 kihei admin@i-05a00e67658b3d4fa:~$ ll total 5245048 drwxr-xr-x 2 admin root 4096 Sep 17 17:28 agent drwxr-xr-x 2 admin root 4096 Nov 4 20:50 data -rw-r--r-- 1 admin admin 5368709120 Sep 17 17:28 datafile -rwxr-xr-x 1 admin root 2207109 Sep 17 17:28 kihei admin@i-05a00e67658b3d4fa:~$ ./kihei panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-05a00e67658b3d4fa:~$ ll
kihei/i-05a00e67658b3d4fa 11:42
by SadServersadmin@i-04cb2fba7b744d25a:~$ ls agent webserver.py admin@i-04cb2fba7b744d25a:~$ cd .. admin@i-04cb2fba7b744d25a:/home$ ls admin admin@i-04cb2fba7b744d25a:/home$ cd admin admin@i-04cb2fba7b744d25a:~$ ls agent webserver.py admin@i-04cb2fba7b744d25a:~$ su -u admin Try 'su --help' for more information. admin@i-04cb2fba7b744d25a:~$ su -i admin su: invalid option -- 'i' Try 'su --help' for more information. admin@i-04cb2fba7b744d25a:~$ su - admin