paris/i-0fe5db61e982e9777
by SadServersMore by SadServers
drwxr-xr-x 6 admin admin 4096 Feb 14 01:24 .. -rwxr-xr-x 1 admin admin 230 Sep 24 23:20 check.sh -rwxr-xr-x 1 admin root 11397096 Sep 20 15:53 sadagent -rw-r--r-- 1 admin admin 0 Sep 20 15:53 sadagent.txt admin@i-0613915f249b84d87:~/agent$ cat check.sh #!/bin/bash expected_checksum="d8bee9d7f830d5fb59b89e1e120cce8e" actual_checksum=$(md5sum /home/admin/mysolution | awk '{print $1}') if [[ "$actual_checksum" == "$expected_checksum" ]]; then echo -n "OK" else echo -n "NO" fiadmin@i-0613915f249b84d87:~/agent$ ./
paris/i-0613915f249b84d87 02:18
by SadServersadmin@i-0649ad53cc05cfe4d:~$ curl localhost:5000 Unauthorizedadmin@i-0649ad53cc05cfe4d:~$ cd /etc/ng bash: cd: /etc/ng: No such file or directory admin@i-0649ad53cc05cfe4d:~$ netstat -tunlp | 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-0649ad53cc05cfe4d:~$ ss -ntlp | grep 500
paris/i-0649ad53cc05cfe4d 01:11
by SadServersFirst sector (2048-2097151, default 2048): Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-2097151, default 2097151): Created a new partition 1 of type 'Linux' and of size 1023 MiB. Command (m for help): w The partition table has been altered. Calling ioctl() to re-read partition table. Syncing disks. admin@i-09f66041f9028dba9:~$ sudo pvcreate /dev/nvme1n1p1 Physical volume "/dev/nvme1n1p1" successfully created. admin@i-09f66041f9028dba9:~$ sudo pvcreate /dev/nvme2n1p1 Physical volume "/dev/nvme2n1p1" successfully created. admin@i-09f66041f9028dba9:~$