command-line-murders/i-0947ddcbde081c3bf
by SadServersMore by SadServers
#2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: sudo: a password is required admin@i-0e74c6feeef89a0ae:~$ for i in $(seq 1 65536); do echo -n "." nmap -PS $i localhost > /dev/null output=$(curl --silent localhost) echo $output | egrep -v "^Who is there\?$" && echo "yay - $i" done . yay - 1 ................... admin@i-0e74c6feeef89a0ae:~$ nmap -PS 1
taipei/i-0e74c6feeef89a0ae 00:54
by SadServersWARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-0a1d4ad6b6fe16108:~$ ыгвщ ыг bash: ыгвщ: command not found admin@i-0a1d4ad6b6fe16108:~$ sudo su root@i-0a1d4ad6b6fe16108:/home/admin# pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. root@i-0a1d4ad6b6fe16108:/home/admin# lvcreate -n lv -L1600 vg Volume group "vg" not found Cannot process volume group vg root@i-0a1d4ad6b6fe16108:/home/admin# vgcreate vg ^C root@i-0a1d4ad6b6fe16108:/home/admin# vfcreate lvcreate -n lv -L1600 vg bash: vfcreate: command not found root@i-0a1d4ad6b6fe16108:/home/admin# vfcreate lvcreate -n lv -L1600 vg
kihei/i-0a1d4ad6b6fe16108 01:54
by SadServers> Host: 127.0.0.1:5000 > Authorization: Basic YWRtaW46YWRtaW4= > User-Agent: curl/7.74.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 200 OK < Server: Werkzeug/2.3.7 Python/3.9.2 < Date: Wed, 27 Dec 2023 10:00:47 GMT < Content-Type: text/html; charset=utf-8 < Content-Length: 12 < Connection: close < * Closing connection 0 Unauthorizedadmin@i-0be5e4664c35e2594:~$ curl -u 'test:test' 127.0.0.1:5000 -v