admin@i-037d03f616476c75a:~/clmystery$ ^C admin@i-037d03f616476c75a:~/clmystery$ head -n 20 people head: cannot open 'people' for reading: No such file or directory admin@i-037d03f616476c75a:~/clmystery$ find -iname "people" ./mystery/people admin@i-037d03f616476c75a:~/clmystery$ dir LICENSE.md cheatsheet.md hint1 hint3 hint5 hint7 instructions README.md cheatsheet.pdf hint2 hint4 hint6 hint8 mystery admin@i-037d03f616476c75a:~/clmystery$ pwd /home/admin/clmystery admin@i-037d03f616476c75a:~/clmystery$ cd mystery/ admin@i-037d03f616476c75a:~/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-037d03f616476c75a:~/clmystery/mystery$ admin@i-037d03f616476c75a:~/clmystery/mystery$ admin@i-037d03f616476c75a:~/clmystery/mystery$ admin@i-037d03f616476c75a:~/clmystery/mystery$ find -iname "streets" ./streets admin@i-037d03f616476c75a:~/clmystery/mystery$
command-line-murders/i-037d03f616476c75a
by SadServersMore by SadServers
-V, --version print version admin@i-0c5198ac56f7a1469:~$ strace -e open ./ .ansible/ .config/ .ssh/ agent/ data/ kihei admin@i-0c5198ac56f7a1469:~$ strace -e open ./kihei --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1049, si_uid=1000} --- --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=1053, si_uid=1000, si__stime=0} --- panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d +++ exited with 2 +++ admin@i-0c5198ac56f7a1469:~$ strace ./kihei | less admin@i-0c5198ac56f7a1469:~$