kihei/i-04a6e764e924597f5
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 SadServersls -la #1709925997 cat webserver.py admin@i-042eff4e631813f8b:~$ ls agent webserver.py admin@i-042eff4e631813f8b:~$ ls agent webserver.py admin@i-042eff4e631813f8b:~$ cd ~ admin@i-042eff4e631813f8b:~$ l bash: l: command not found admin@i-042eff4e631813f8b:~$ sls bash: sls: command not found admin@i-042eff4e631813f8b:~$ ls agent webserver.py admin@i-042eff4e631813f8b:~$
paris/i-042eff4e631813f8b 02:08
by SadServerswrite(2, "0x47d", 50x47d) = 5 write(2, "\n", 1 ) = 1 exit_group(2) = ? +++ exited with 2 +++ admin@i-05088a4f1fc43f619:~$ strace ./kihei 2>&1 | grep datafile newfstatat(AT_FDCWD, "/home/admin/data/newdatafile", 0xc00008e9f8, 0) = -1 ENOENunlinkat(AT_FDCWD, "/home/admin/data/newdatafile", 0) = 0 admin@i-05088a4f1fc43f619:~$ cd data admin@i-05088a4f1fc43f619:~/data$ ls -al total 8 drwxr-xr-x 2 admin root 4096 Dec 5 09:17 . drwxr-xr-x 7 admin admin 4096 Dec 5 09:12 .. admin@i-05088a4f1fc43f619:~/data$ touch newdatafile admin@i-05088a4f1fc43f619:~/data$ strace .../kihei 2>&1 | grep datafile