paris/i-07e8450481f52abd6
by SadServersMore by SadServers
-O, --remote-name Write output to a file named as the remote file -s, --silent Silent mode -T, --upload-file <file> Transfer local FILE to destination -u, --user <user:password> Server user and password -A, --user-agent <name> Send User-Agent <name> to server -v, --verbose Make the operation more talkative -V, --version Show version number and quit This is not the full help, this menu is stripped into categories. Use "--help category" to get an overview of all categories. For all options use the manual or "--help all". admin@i-00bedab76eea4a7a9:~$ curl --user-agent "" localhost:5000 Welcome! Password is FDZPmh5AX3oiJtadmin@i-00bedab76eea4a7a9:~$ curl --user-agenlocalhost:5000 curl -h^C admin@i-00bedab76eea4a7a9:~$ echo FDZPmh5AX3oiJt > /home/
paris/i-00bedab76eea4a7a9 02:35
by SadServers-rw-r--r-- 1 root root 577 Oct 13 2020 /usr/share/doc/python3-colorama/exampl-rw-r--r-- 1 root root 344 Oct 13 2020 /usr/share/doc/python3-colorama/exampl-rw-r--r-- 1 root root 384 Oct 13 2020 /usr/share/doc/python3-colorama/exampllrwxrwxrwx 1 root root 8 Aug 12 2020 /usr/share/bash-completion/completionslrwxrwxrwx 1 root root 21 Aug 12 2020 /usr/share/bash-completion/completionsbtdownloadheadless.py lrwxrwxrwx 1 root root 21 Aug 12 2020 /usr/share/bash-completion/completionsownloadheadless.py -rw-r--r-- 1 root root 1064 Aug 12 2020 /usr/share/bash-completion/completions-rwxr-xr-x 1 root root 1698 May 12 2020 /usr/share/doc/python3-jmespath/exampl-rw-r--r-- 1 root root 15616 Mar 18 2020 /usr/share/doc/python3-yaml/examples/p-rwxr-xr-x 1 root root 4434 Mar 18 2020 /usr/share/doc/python3-yaml/examples/y-rw-r--r-- 1 root root 13202 Mar 9 2019 /usr/share/pyshared/lsb_release.py -rw-r--r-- 1 root root 5521 Dec 3 2017 /usr/share/doc/python3-pysimplesoap/exadmin@i-0eff0d6696d6564d7:~$
monaco/i-0eff0d6696d6564d7 00:27
by SadServersnvme2n1 259:5 0 1G 0 disk admin@i-08d337eedbe8625d4:/var/tmp$ pvcreate /dev/nvme1n1 /dev/nvme2n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-08d337eedbe8625d4:/var/tmp$ sudo pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. admin@i-08d337eedbe8625d4:/var/tmp$ vgcreate vg /dev/nvme1n1 /dev/nvme2n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-08d337eedbe8625d4:/var/tmp$ sudo vgcreate vg /dev/nvme1n1 /dev/nvme2n1 Volume group "vg" successfully created admin@i-08d337eedbe8625d4:/var/tmp$ sudo lvcreate -n lv -l 100%FREE vg Logical volume "lv" created. admin@i-08d337eedbe8625d4:/var/tmp$
kihei/i-08d337eedbe8625d4 02:44
by SadServersadmin@i-04e823591391d7c45:~$ curl http://localhost:5000/robots.txt <!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 manualling and try again.</p> admin@i-04e823591391d7c45:~$