paris/i-041d7351af3904de5
by SadServersMore by SadServers
nvme2n1 259:2 0 1G 0 disk nvme0n1p1 259:3 0 7.9G 0 part / nvme0n1p14 259:4 0 3M 0 part nvme0n1p15 259:5 0 124M 0 part /boot/efi admin@i-0733d401d9afbfadc:~$ sudo pvcreate /dev/nvme1n1 Physical volume "/dev/nvme1n1" successfully created. admin@i-0733d401d9afbfadc:~$ sudo pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. admin@i-0733d401d9afbfadc:~$ sudo vgcreate vg /dev/nvme1n1 /dev/nvme2n1 Volume group "vg" successfully created admin@i-0733d401d9afbfadc:~$ lvcreate -n -l 100%FREE vg WARNING: Running as a non-root user. Functionality may be unavailable. No command with matching syntax recognised. Run 'lvcreate --help' for more inadmin@i-0733d401d9afbfadc:~$ lvcreate -n -l 100%FREE vg
kihei/i-0733d401d9afbfadc 01:55
by SadServersProto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN tcp6 0 0 :::6767 :::* LISTEN tcp6 0 0 :::8080 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN udp 0 0 127.0.0.1:323 0.0.0.0:* udp 0 0 0.0.0.0:68 0.0.0.0:* udp6 0 0 fe80::887:7cff:fef3:546 :::* udp6 0 0 ::1:323 :::* admin@i-08aea6778f2336813:~$ ls agent webserver.py admin@i-08aea6778f2336813:~$ nc localhost 5000 GET /
paris/i-08aea6778f2336813 01:30
by SadServersunattended-upgrades alternatives.log.1 btmp cloud-init.log debug.1 journal user.log apt btmp.1 daemon.log debug.2.gz kern.log user.log.1 auth.log cast daemon.log.1 dpkg.log kern.log.11 user.log.2.gz auth.log.1 chrony daemon.log.2.gz dpkg.log.1 kern.log.22.gz wtmp admin@i-06683be665f75c9a6:/var/log$ cd ./cast/ admin@i-06683be665f75c9a6:/var/log/cast$ ls i-06683be665f75c9a6 admin@i-06683be665f75c9a6:/var/log/cast$ ls- la bash: ls-: command not found admin@i-06683be665f75c9a6:/var/log/cast$
paris/i-06683be665f75c9a6 02:28
by SadServers> GET / HTTP/1.1 > Host: 127.0.0.1:5000 > User-Agent: curl/7.74.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 200 OK < Server: Werkzeug/2.3.7 Python/3.9.2 < Date: Tue, 22 Oct 2024 20:08:00 GMT < Content-Type: text/html; charset=utf-8 < Content-Length: 12 < Connection: close < * Closing connection 0 Unauthorizedadmin@i-06c199eebaada38e7:~$ curl --insecure --verbose http://127.0.