command-line-murders/i-07c8d16f39e51b90a
by SadServersMore by SadServers
_chrony 590 0.0 0.1 10724 556 ? S 09:28 0:00 /usr/sbin/chrroot 599 0.0 3.7 26612 17340 ? Ss 09:28 0:00 /usr/bin/pythroot 678 0.0 0.0 0 0 ? I 09:28 0:00 [kworker/1:4-admin 682 0.0 0.9 6704 4572 pts/0 S<s+ 09:28 0:00 bash -l admin 686 0.0 4.1 98188 19244 pts/0 R<l+ 09:28 0:00 /usr/bin/pythadmin 689 0.0 3.1 24456 14512 pts/0 S<+ 09:28 0:00 /usr/bin/pythadmin 690 0.0 0.1 2480 572 pts/1 S<s 09:28 0:00 sh -c /bin/baadmin 691 0.0 0.9 6820 4560 pts/1 S< 09:28 0:00 /bin/bash root 872 0.0 0.0 0 0 ? I 09:34 0:00 [kworker/1:1]admin 873 0.0 0.6 8648 3152 pts/1 R<+ 09:34 0:00 ps aux admin@i-041d7351af3904de5:~$ ps aux | grep 5000 admin 906 0.0 0.1 5264 636 pts/1 S<+ 09:35 0:00 grep 5000 admin@i-041d7351af3904de5:~$ ls -i :5000 ls: cannot access ':5000': No such file or directory admin@i-041d7351af3904de5:~$
paris/i-041d7351af3904de5 02:49
by SadServersadmin@i-01938499a23dd6d8b:~$ curl http://localhost:5000 Unauthorizedadmin@i-01938499a23dd6d8b:~$ curl https://localhost:5000 curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number admin@i-01938499a23dd6d8b:~$ strace -p 573 strace: attach: ptrace(PTRACE_SEIZE, 573): Operation not permitted admin@i-01938499a23dd6d8b:~$ sudo strace -p 573 We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin:
paris/i-01938499a23dd6d8b 05:03
by SadServersWARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-0bac7be7cee2fffc8:~$ sudo pvs PV VG Fmt Attr PSize PFree /dev/sdb lvm2 --- 1.00g 1.00g /dev/sdc lvm2 --- 1.00g 1.00g admin@i-0bac7be7cee2fffc8:~$ sudo vgcreate vg_1 /dev/sdb /dev/sdc Volume group "vg_1" successfully created admin@i-0bac7be7cee2fffc8:~$ sudo vgs VG #PV #LV #SN Attr VSize VFree vg_1 2 0 0 wz--n- 1.99g 1.99g admin@i-0bac7be7cee2fffc8:~$ sudo lvcreate lv_1 -l 100%vg vg_1 Volume group "lv_1" not found Cannot process volume group lv_1 admin@i-0bac7be7cee2fffc8:~$ sudo lvcreate -lv_1 -l 100%vg vg_1