kihei/i-00b82d36c94eedc8e
by SadServersMore by SadServers
admin@i-032b14b686448662d:/etc$ ping 127.0.1.1 PING 127.0.1.1 (127.0.1.1) 56(84) bytes of data. 64 bytes from 127.0.1.1: icmp_seq=1 ttl=64 time=0.022 ms 64 bytes from 127.0.1.1: icmp_seq=2 ttl=64 time=0.033 ms ^C --- 127.0.1.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1025ms rtt min/avg/max/mdev = 0.022/0.027/0.033/0.005 ms admin@i-032b14b686448662d:/etc$ curl 127.0.1.1 curl: (7) Failed to connect to 127.0.1.1 port 80: Connection refused admin@i-032b14b686448662d:/etc$ ssh 127.0.1.1 The authenticity of host '127.0.1.1 (127.0.1.1)' can't be established. ECDSA key fingerprint is SHA256:hMf6KbwaoxjGUmKFdpvRsbq4Vv1XDQTAlST34YIiPA8. Are you sure you want to continue connecting (yes/no/[fingerprint])?
paris/i-032b14b686448662d 05:49
by SadServers2 2023-09-20T15:58:02 exit 3 2023-12-18T23:23:28 ls 4 2023-12-18T23:23:32 vim webserver.py 5 2023-12-18T23:23:35 ls -l 6 2023-12-18T23:23:37 sudo -l 7 2023-12-18T23:23:44 sudo view webserver.py 8 2023-12-18T23:24:00 ls 9 2023-12-18T23:24:02 ls agent 10 2023-12-18T23:24:08 view agent/check.sh 11 2023-12-18T23:24:22 netstat -nl4 12 2023-12-18T23:24:29 curl 127.0.0.1:5000 13 2023-12-18T23:24:40 curl -v 127.0.0.1:5000 14 2023-12-18T23:25:09 history admin@i-091ee8f6864cabf76:~$ view .bash_history admin@i-091ee8f6864cabf76:~$
paris/i-091ee8f6864cabf76 02:11
by SadServers-rwxr-xr-x 1 admin root 2.2M Sep 17 17:28 kihei admin@i-061e6f1896de4e4aa:~$ tar -czvf datafile.tar.gz datafile datafile admin@i-061e6f1896de4e4aa:~$ ls -lh total 5.1G drwxr-xr-x 2 admin root 4.0K Sep 17 17:28 agent drwxr-xr-x 2 admin root 4.0K Dec 12 15:18 data -rw-r--r-- 1 root root 5.0G Sep 17 17:28 datafile -rw-r--r-- 1 admin admin 5.0M Dec 12 15:25 datafile.tar.gz -rwxr-xr-x 1 admin root 2.2M Sep 17 17:28 kihei admin@i-061e6f1896de4e4aa:~$ true > datafile bash: datafile: Permission denied admin@i-061e6f1896de4e4aa:~$ sudo true > datafile bash: datafile: Permission denied admin@i-061e6f1896de4e4aa:~$ chmod 664