kihei/i-029bd962ff605c59d
by SadServersMore by SadServers
-i, --include Include protocol response headers in the output -o, --output <file> Write to file instead of stdout -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-0ebadfe95bbd0eb1b:~$ curl -A 'whatever' localhost:5000 Welcome! Password is FDZPmh5AX3oiJtadmin@i-0ebadfe95bbd0eb1b:~$
paris/i-0ebadfe95bbd0eb1b 01:49
by SadServers/dev/nvme0n1p1 7.7G 6.1G 1.2G 84% / tmpfs 228M 12K 228M 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/nvme0n1p15 124M 5.9M 118M 5% /boot/efi admin@i-018bfd0979d180f69:~$ sblk bash: sblk: command not found admin@i-018bfd0979d180f69:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme1n1 259:0 0 1G 0 disk nvme2n1 259:1 0 1G 0 disk nvme0n1 259:2 0 8G 0 disk ├─nvme0n1p1 259:3 0 7.9G 0 part / ├─nvme0n1p14 259:4 0 3M 0 part └─nvme0n1p15 259:5 0 124M 0 part /boot/efi admin@i-018bfd0979d180f69:~$
kihei/i-018bfd0979d180f69 06:45
by SadServersEnd of assembler dump. (gdb) break 0x45f5a0 Function "0x45f5a0" not defined. Make breakpoint pending on future shared library load? (y or [n]) Quit (gdb) disas 0x45f5a0 Dump of assembler code for function _rt0_amd64_linux: 0x000000000045f5a0 <+0>: jmp 0x45bba0 <_rt0_amd64> End of assembler dump. (gdb) disas 0x45bba0 Dump of assembler code for function _rt0_amd64: 0x000000000045bba0 <+0>: mov (%rsp),%rdi 0x000000000045bba4 <+4>: lea 0x8(%rsp),%rsi 0x000000000045bba9 <+9>: jmp 0x45bbc0 <runtime.rt0_go> End of assembler dump. (gdb)