Public recordings
Sort by
Deleting file /home/admin/data/newdatafile... Creating file /home/admin/data/newdatafile with size 1.5GB... Done. admin@i-092e63e15b97044fc:~$ du -csh * 11M agent 1.4G data 0 datafile 2.2M kihei 1.5G total admin@i-092e63e15b97044fc:~$ du -csh data/* 1.4G data/newdatafile 1.4G total admin@i-092e63e15b97044fc:~$ ls -lh data/newdatafile -rw-r--r-- 1 admin admin 1.4G Dec 12 15:47 data/newdatafile admin@i-092e63e15b97044fc:~$
kihei/i-092e63e15b97044fc 06:25
by SadServers-rwxr-xr-x 1 admin root 2.2M Sep 17 17:28 kihei admin@i-061e6f1896de4e4aa:~$ tar -czvf datafile.tar.gz datafile datafile admin@i-061e6f1896de4e4aa:~$ ls -lh total 5.1G drwxr-xr-x 2 admin root 4.0K Sep 17 17:28 agent drwxr-xr-x 2 admin root 4.0K Dec 12 15:18 data -rw-r--r-- 1 root root 5.0G Sep 17 17:28 datafile -rw-r--r-- 1 admin admin 5.0M Dec 12 15:25 datafile.tar.gz -rwxr-xr-x 1 admin root 2.2M Sep 17 17:28 kihei admin@i-061e6f1896de4e4aa:~$ true > datafile bash: datafile: Permission denied admin@i-061e6f1896de4e4aa:~$ sudo true > datafile bash: datafile: Permission denied admin@i-061e6f1896de4e4aa:~$ chmod 664
kihei/i-061e6f1896de4e4aa 06:20
by SadServersmessage+ 560 0.0 0.7 7864 3680 ? Ss 15:01 0:00 /usr/bin/dbuss=systemd: --nofork --nopidfile --systemd-activation root 562 0.0 0.9 220796 4308 ? Ssl 15:01 0:00 /usr/sbin/rsyroot 569 0.0 1.4 13500 6580 ? Ss 15:01 0:00 /lib/systemd/root 575 0.1 0.3 2872 1684 tty1 Ss+ 15:01 0:00 /sbin/agetty 1 linux root 577 0.0 0.4 4396 2104 ttyS0 Ss+ 15:01 0:00 /sbin/agetty 15200,57600,38400,9600 ttyS0 vt220 root 578 0.0 1.5 13348 7196 ? Ss 15:01 0:00 sshd: /usr/sbf 10-100 startups root 585 0.0 3.6 26612 17240 ? Ss 15:01 0:00 /usr/bin/pyth-upgrades/unattended-upgrade-shutdown --wait-for-sign _chrony 586 0.0 0.7 10856 3616 ? S 15:01 0:00 /usr/sbin/chr_chrony 587 0.0 0.1 10724 552 ? S 15:01 0:00 \_ /usr/sbinadmin@i-0e32b87ce506c1530:~$ ps faxu | grep ki
kihei/i-0e32b87ce506c1530 00:47
by SadServers--2023-12-12 15:08:36-- http://localhost:5000/ Resolving localhost (localhost)... 127.0.0.1 Connecting to localhost (localhost)|127.0.0.1|:5000... connected. HTTP request sent, awaiting response... 200 OK Length: 12 [text/html] Saving to: ‘index.html’ index.html 0%[ index.html 100%[===========================================================================>] 12 --.-KB/s in 0s 2023-12-12 15:08:36 (35.6 KB/s) - ‘index.html’ saved [12/12] admin@i-0e2c619ce30827e76:~$ cat index.html Unauthorizedadmin@i-0e2c619ce30827e76:~$
paris/i-0e2c619ce30827e76 03:41
by SadServersWe 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: Sorry, try again. [sudo] password for admin: sudo: 1 incorrect password attempt admin@i-0101d6397af63d4da:~$ admin@i-0101d6397af63d4da:~$ admin@i-0101d6397af63d4da:~$ ls /usr/bin/ca
paris/i-0101d6397af63d4da 03:27
by SadServers./main.go:64 +0x47d admin@i-012a3c759519cd682:~$ cd /home/admin/ admin@i-012a3c759519cd682:~$ ls agent data datafile kihei admin@i-012a3c759519cd682:~$ ls -li total 5245048 264663 drwxr-xr-x 2 admin root 4096 Sep 17 17:28 agent 278531 drwxr-xr-x 2 admin root 4096 Dec 11 16:09 data 264701 -rw-r--r-- 1 root root 5368709120 Sep 17 17:28 datafile 264672 -rwxr-xr-x 1 admin root 2207109 Sep 17 17:28 kihei admin@i-012a3c759519cd682:~$ sudo chown admin.root datafile admin@i-012a3c759519cd682:~$ ls -li^C admin@i-012a3c759519cd682:~$ ./kh bash: ./kh: No such file or directory admin@i-012a3c759519cd682:~$ ./kh
kihei/i-012a3c759519cd682 01:42
by SadServersResolving localhost (localhost)... 127.0.0.1 Connecting to localhost (localhost)|127.0.0.1|:5000... connected. HTTP request sent, awaiting response... 200 OK Length: 12 [text/html] Saving to: ‘index.html’ index.html 0%[ index.html 100%[=========================================>] 12 --.-KB/s in 0s 2023-12-11 10:29:33 (119 KB/s) - ‘index.html’ saved [12/12] admin@i-031023b9f4d69a6e7:~$ cat index.html Unauthorizedadmin@i-031023b9f4d69a6e7:~$ ls^C admin@i-031023b9f4d69a6e7:~$ curl -I
paris/i-031023b9f4d69a6e7 03:46
by SadServersif [[ "$res" = "Done." ]] then echo -n "OK" else echo -n "NO" fi admin@i-040166f3418bf5873:~/agent$ cd admin@i-040166f3418bf5873:~$ /home/admin/kihei panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-040166f3418bf5873:~$ ls
kihei/i-040166f3418bf5873 01:15
by SadServers
kihei/i-0174c240f6fd68eb5 00:00
by SadServers- -- [ -l|--extents Number[PERCENT] ] grep: write error: Broken pipe admin@i-0099c146830d882f4:~$ admin@i-0099c146830d882f4:~$ admin@i-0099c146830d882f4:~$ admin@i-0099c146830d882f4:~$ admin@i-0099c146830d882f4:~$ admin@i-0099c146830d882f4:~$ admin@i-0099c146830d882f4:~$ admin@i-0099c146830d882f4:~$ admin@i-0099c146830d882f4:~$ man lvcreate | grep -A5 -- "-S" | head -n20 admin@i-0099c146830d882f4:~$
kihei/i-0099c146830d882f4 08:26
by SadServersCreating journal (8192 blocks): done Writing superblocks and filesystem accounting information: done admin@i-05ecaf7ad85aff174:~$ sudo rsync -aAXv / --exclude=/mnt/newvol /mnt/newvosudo: rsync: command not found admin@i-05ecaf7ad85aff174:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 217M 0 217M 0% /dev tmpfs 46M 372K 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 /dev/mapper/myvg-mylv 1.9G 24K 1.8G 1% /mnt/newvol admin@i-05ecaf7ad85aff174:~$ fdisk
kihei/i-05ecaf7ad85aff174 01:34
by SadServersadmin@i-0ff481abe0645dbdb:~$ curl localhost:5000 Unauthorizedadmin@i-0ff481abe0645dbdb:~$ ls agent webserver.py admin@i-0ff481abe0645dbdb:~$ cat webserver.py cat: webserver.py: Permission denied admin@i-0ff481abe0645dbdb:~$ ls agent webserver.py admin@i-0ff481abe0645dbdb:~$ s
paris/i-0ff481abe0645dbdb 00:48
by SadServersadmin@i-06e0cb6f63aedc121:~$ sudo pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. admin@i-06e0cb6f63aedc121:~$ vgcreate vg /dev/nvme1n1 /dev/nvme2n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-06e0cb6f63aedc121:~$ suivgcreate vg /dev/nvme1n1 /dev/nvme2n1