Elena Modenesi Aleksandr Rutherford Zargo Dehesa Bryan Razarenova Mona Taibi Rita Pena Roman Ledaki Shaune Hurskainen Jarrod Kovalenko Gyujin Scanlan Fateh Kovalev Elena Michan Radoslaw Robles Hang Slimane Yayoi Buckman Vladislav Abalo Simon Alphen Konstadinos Justus Paula Tom Qiang Hradecka Jennifer Athanasiadis Elena Costa Aleksandra Gordon Hyobi Magnini Ian Rhodes Tsagaanbaatar Kjellberg Catriona Mottram Louise Fernandez Jonathan Cornelius Matt Waite Tomasz Lanzone Dirk Steuer Lukasz Dudas Virginie Medina Andriy Hrachov Ziwei Braas Hector Moutoussamy Xiaodong Dulko Ivan Radu Christopher Sadauskas Lizeth Coertzen Alexander Heffernan admin@i-0043abab0024aa492:~$ mkdir ppl admin@i-0043abab0024aa492:~$ awk -F' ' '{print $1}' clmystery/mystery/people |xargs -iX bash -c 'echo X | md5sum -'|grep 9bba101c7369f49ca890ea96aa242dd5 xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option awk: write failure (Broken pipe) awk: close failed on file /dev/stdout (Broken pipe) admin@i-0043abab0024aa492:~$ awk -F' ' '{print $1}' clmystery/mystery/people |xargs -iX bash -c '"echo X | md5sum -"'|grep 9bba101c7369f49ca890ea96aa242dd5 bash: line 1: echo *************** | md5sum -: command not found bash: line 1: echo To go to the street someone lives on, use the file | md5sum -: command not found bash: line 1: echo for that street name in the streets subdirectory. | md5sum -: command not found xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option bash: line 1: echo To knock on their door and investigate, read the line number | md5sum -: command not found awk: write failure (Broken pipe) awk: close failed on file /dev/stdout (Broken pipe) admin@i-0043abab0024aa492:~$
command-line-murders/i-0043abab0024aa492
by SadServersMore by SadServers
goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-0aeb40e1867803400:~$ ls agent data datafile kihei admin@i-0aeb40e1867803400:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 217M 0 217M 0% /dev tmpfs 46M 368K 46M 1% /run /dev/nvme0n1p1 7.7G 6.1G 1.2G 84% / tmpfs 228M 12K 228M 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/nvme0n1p15 124M 5.9M 118M 5% /boot/efi admin@i-0aeb40e1867803400:~$ ./str
kihei/i-0aeb40e1867803400 03:37
by SadServersunix 3 [ ] STREAM CONNECTED 11297 - unix 3 [ ] SEQPACKET CONNECTED 11367 - unix 3 [ ] STREAM CONNECTED 11437 - et unix 3 [ ] STREAM CONNECTED 10838 - unix 3 [ ] STREAM CONNECTED 10827 - unix 3 [ ] STREAM CONNECTED 10839 - et unix 3 [ ] STREAM CONNECTED 11473 - ut admin@i-01253b0100cbaa15e:~$ netstat -anp | grep 5000 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN admin@i-01253b0100cbaa15e:~$ ps -ef | G