ivujivik/i-0011ecc0c2846f40c
by SadServersMore by SadServers
admin@i-0ef39eb9f44fc6704:~/agent$ ls check.sh sadagent sadagent.txt admin@i-0ef39eb9f44fc6704:~/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-0ef39eb9f44fc6704:~/agent$ cat sa
paris/i-0ef39eb9f44fc6704 01:37
by SadServerslsof 881 admin mem REG 259,1 14952linux-gnu/libpthread-2.31.so lsof 881 admin mem REG 259,1 1868linux-gnu/libdl-2.31.so lsof 881 admin mem REG 259,1 61712linux-gnu/libpcre2-8.so.0.10.1 lsof 881 admin mem REG 259,1 190153linux-gnu/libc-2.31.so lsof 881 admin mem REG 259,1 16612linux-gnu/libselinux.so.1 lsof 881 admin mem REG 259,1 17792linux-gnu/ld-2.31.so lsof 881 admin 4r FIFO 0,11 0tlsof 881 admin 7w FIFO 0,11 0tadmin@i-004e377b1bc91ea0e:/proc/572$ ls
paris/i-004e377b1bc91ea0e 03:35
by SadServersadmin@i-09443b662404c8afe:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 217M 0 217M 0% /dev tmpfs 46M 368K 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 admin@i-09443b662404c8afe:~$ sudo pvcreate /dev/nvme1n1 /dev/nmve2n1 No device found for /dev/nmve2n1. Physical volume "/dev/nvme1n1" successfully created. admin@i-09443b662404c8afe:~$ sudo pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. admin@i-09443b662404c8afe:~$ sudo vgcreate vg
kihei/i-09443b662404c8afe 02:38
by SadServers<p>The requested URL was not found on the server. If you entered the URL manualladmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/admin <!doctype html> <html lang=en> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manualladmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/foob <!doctype html> <html lang=en> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manualladmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/../ Unauthorizedadmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/../..