kihei/i-032a23e8be421d153
by SadServersMore by SadServers
admin@i-00d4fc0ce03bf426d:~$ ss -lt State Recv-Q Send-Q Local Address:Port Peer AdLISTEN 0 128 127.0.0.1:5000 0.LISTEN 0 128 0.0.0.0:ssh 0.LISTEN 0 4096 *:6767 LISTEN 0 4096 *:http-alt LISTEN 0 128 [::]:ssh admin@i-00d4fc0ce03bf426d:~$ curl localhost:5000 Unauthorizedadmin@i-00d4fc0ce03bf426d:~$ nc localhost 5000 GET / Welcome! Password is FDZPmh5AX3oiJt admin@i-00d4fc0ce03bf426d:~nc
paris/i-00d4fc0ce03bf426d 01:15
by SadServersVolume group "vg" successfully created admin@i-0f9027f0b6fdf5892:~$ lvcreate -n lv -l 100%FREE vg WARNING: Running as a non-root user. Functionality may be unavailable. /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. Incompatible libdevmapper 1.02.175 (2021-01-08) and kernel driver (unknown version). striped: Required device-mapper target(s) not detected in your kernel. Run `lvcreate --help' for more information. admin@i-0f9027f0b6fdf5892:~$ sudo lvcreate -n lv -l 100%FREE vg Logical volume "lv" created. admin@i-0f9027f0b6fdf5892:~$ mkfs.ext4 /dev/vg/lv mke2fs 1.46.2 (28-Feb-2021) Could not open /dev/vg/lv: Permission denied admin@i-0f9027f0b6fdf5892:~$ mkfs.ext4 /dev/vg/lv
kihei/i-0f9027f0b6fdf5892 00:44
by SadServerslsattr: Permission denied While reading flags on webserver.py admin@i-0c826a6b275be070d:~$ sudo ls 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-0c826a6b275be070d:~$