kihei/i-08ab7ca95e2d4128a
by SadServersMore by SadServers
nt/ webserver.py admin@i-051f7c5ffc2106615:~$ sudo user We 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-051f7c5ffc2106615:~$ vim
paris/i-051f7c5ffc2106615 02:36
by SadServers- admin 683 0.0 3.1 24456 14820 pts/0 S<+ 19:43 0:00 /usr/bin/python3 /usr/bin/asciinema rec -t paris/i-0186dcafc18038e54 -q - admin 684 0.0 0.1 2480 508 pts/1 S<s 19:43 0:00 sh -c /bin/bash admin 685 0.0 1.0 6952 4772 pts/1 S< 19:43 0:00 /bin/bash root 691 0.0 0.0 0 0 ? I 19:43 0:00 [kworker/u4:4-events_unbound] root 853 0.0 0.0 0 0 ? I 19:47 0:00 [kworker/0:0] admin 855 0.0 0.6 8648 3164 pts/1 R<+ 19:48 0:00 ps aux admin@i-0186dcafc18038e54:~$ ps aux
paris/i-0186dcafc18038e54 04:39
by SadServerssystemd-tmpfiles-setup.service loade systemd-udev-trigger.service loade systemd-udevd.service loade systemd-update-utmp.service loade systemd-user-sessions.service loade unattended-upgrades.service loade -.slice loade system-getty.slice loade system-modprobe.slice loade system-serial\x2dgetty.slice loade system-systemd\x2dgrowfs.slice loadeadmin@i-0f0e461e060a319f7:~$ admin@i-0f0e461e060a319f7:~$ admin@i-0f0e461e060a319f7:~$ admin@i-0f0e461e060a319f7:~$ lso
paris/i-0f0e461e060a319f7 02:58
by SadServersdrwxr-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$ ./