I/O size (minimum/optimal): 4096 bytes / 4096 bytes root@i-0faff0e8bb595eddc:/tmp# fdisk /dev/n net/ null nvme0 nvme0n1 nvme0n1p1 nvme0n1p14 nvme0n1p15 nvme1 nvme1n1 nvme2 nvme2n1 nvram root@i-0faff0e8bb595eddc:/tmp# fdisk /dev/n net/ null nvme0 nvme0n1 nvme0n1p1 nvme0n1p14 nvme0n1p15 nvme1 nvme1n1 nvme2 nvme2n1 nvram root@i-0faff0e8bb595eddc:/tmp# ls root@i-0faff0e8bb595eddc:/tmp# apt list | less root@i-0faff0e8bb595eddc:/tmp# apt-get autoclean Reading package lists... Done Building dependency tree... Done Reading state information... Done root@i-0faff0e8bb595eddc:/tmp# apt-get autoremove Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages will be REMOVED: docutils-common python3-botocore python3-colorama python3-dateutil python3-docutils python3-jmespath python3-pyasn1 python3-roman python3-rsa python3-s3transfer sgml-base xml-core 0 upgraded, 0 newly installed, 12 to remove and 112 not upgraded. After this operation, 57.9 MB disk space will be freed. Do you want to continue? [Y/n] y (Reading database ... 26694 files and directories currently installed.) Removing python3-docutils (0.16+dfsg-4) ... Removing docutils-common (0.16+dfsg-4) ... Removing python3-s3transfer (0.3.4-1) ... Removing python3-botocore (1.20.0+repack-1) ... Removing python3-colorama (0.4.4-1) ... Removing python3-dateutil (2.8.1-6) ... Removing python3-jmespath (0.10.0-1) ... Removing python3-rsa (4.0-4) ... Removing python3-pyasn1 (0.4.8-1) ... Removing python3-roman (2.0.0-5) ... Removing xml-core (0.18+nmu1) ... Removing sgml-base (1.30) ... Processing triggers for man-db (2.9.4-2) ... root@i-0faff0e8bb595eddc:/tmp# apt-get autoclean Reading package lists... Done Building dependency tree... Done Reading state information... Done root@i-0faff0e8bb595eddc:/tmp# apt-get autoremove Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 112 not upgraded. root@i-0faff0e8bb595eddc:/tmp# apt-get clean root@i-0faff0e8bb595eddc:/tmp# df -hT Filesystem Type Size Used Avail Use% Mounted on udev devtmpfs 217M 0 217M 0% /dev tmpfs tmpfs 46M 384K 46M 1% /run /dev/nvme0n1p1 ext4 7.7G 6.0G 1.4G 82% / tmpfs tmpfs 228M 12K 228M 1% /dev/shm tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock /dev/nvme0n1p15 vfat 124M 5.9M 118M 5% /boot/efi tmpfs tmpfs 46M 0 46M 0% /run/user/0 root@i-0faff0e8bb595eddc:/tmp# aptitude bash: aptitude: command not found root@i-0faff0e8bb595eddc:/tmp# cd /
kihei/i-0faff0e8bb595eddc
by SadServersMore by SadServers
admin@i-04efb7ea061bff728:~$ ./kihei panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-04efb7ea061bff728:~$ cat data cat: data: Is a directory admin@i-04efb7ea061bff728:~$ ls -la data total 8 drwxr-xr-x 2 admin root 4096 Dec 29 20:50 . drwxr-xr-x 7 admin admin 4096 Dec 29 20:47 .. admin@i-04efb7ea061bff728:~$ mv datafile data/newdata
kihei/i-04efb7ea061bff728 03:04
by SadServersadmin@i-041e19fae03c7874a:~$ ss -natup | grep 5000 tcp LISTEN 0 128 127.0.0.1:5000 0 admin@i-041e19fae03c7874a:~$ curl localhost:5000 Unauthorizedadmin@i-041e19fae03c7874a:~$ curl http://localhost:5000 Welcome! Password is FDZPmh5AX3oiJtadmin@i-041e19fae03c7874a:~$ nc localhost 500GET /HTTP/1.1