command-line-murders/i-08bd33296e5b7c797
by SadServersMore by SadServers
pop3 POP3 protocol options post HTTP Post specific options proxy All options related to proxies scp SCP protocol options sftp SFTP protocol options smtp SMTP protocol options ssh SSH protocol options telnet TELNET protocol options tftp TFTP protocol options tls All TLS/SSL related options upload All options for uploads verbose Options related to any kind of command line output of curl admin@i-0e66fd296bbb878b4:~$ curl --header 'Authorization: Bearer token' localhoUnauthorizedadmin@i-0e66fd296bbb878b4:~$ curl --header 'Authorization: root' locUnauthorizedadmin@i-0e66fd296bbb878b4:~$ curl --header 'Authorization: Broot' lo
paris/i-0e66fd296bbb878b4 02:26
by SadServersNov 28 16:41:52 i-0018cc7eb8ecd8de9 python3[564]: 127.0.0.1 - - [28/Nov/2024 16:41:52] "GET / HTTP/1.1" 200 - Nov 28 16:41:52 i-0018cc7eb8ecd8de9 python3[564]: 127.0.0.1 - - [28/Nov/2024 16:41:52] "GET / HTTP/1.1" 200 - Nov 28 16:41:52 i-0018cc7eb8ecd8de9 python3[564]: 127.0.0.1 - - [28/Nov/2024 16:41:52] "GET / HTTP/1.1" 200 - Nov 28 16:41:52 i-0018cc7eb8ecd8de9 python3[564]: 127.0.0.1 - - [28/Nov/2024 16:41:52] "GET / HTTP/1.1" 200 - Nov 28 16:41:52 i-0018cc7eb8ecd8de9 python3[564]: 127.0.0.1 - - [28/Nov/2024 16:41:52] "GET / HTTP/1.1" 200 - Nov 28 16:41:52 i-0018cc7eb8ecd8de9 python3[564]: 127.0.0.1 - - [28/Nov/2024 16:41:52] "GET / HTTP/1.1" 200 - Nov 28 16:41:53 i-0018cc7eb8ecd8de9 python3[564]: 127.0.0.1 - - [28/Nov/2024 16:41:53] "GET / HTTP/1.1" 200 - admin@i-0018cc7eb8ecd8de9:~$ q
paris/i-0018cc7eb8ecd8de9 06:40
by SadServersadmin@i-072d9ea3aa14603ae:~$ sql sqldiff sqlite3 admin@i-072d9ea3aa14603ae:~$ sqlite3 SQLite version 3.34.1 2021-01-20 14:10:07 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> .mode csv sqlite> .import table_tableau11.csv tt table_tableau11.csv:101: expected 13 columns but found 12 - filling the rest witsqlite> describe tt; Error: near "describe": syntax error sqlite> describe table tt; Error: near "describe": syntax error sqlite> . tt;