i-08c990dcb570e6294
by SadServersMore by SadServers
-rwxrwx--- 1 root root 360 Sep 24 23:20 webserver.py admin@i-093333d0150041494:~$ cd .. admin@i-093333d0150041494:/home$ find / -perm -4000 -type f 2>/dev/null /usr/lib/openssh/ssh-keysign /usr/lib/dbus-1.0/dbus-daemon-launch-helper /usr/bin/chsh /usr/bin/umount /usr/bin/mount /usr/bin/passwd /usr/bin/newgrp /usr/bin/sudo /usr/bin/chfn /usr/bin/su /usr/bin/gpasswd admin@i-093333d0150041494:/home$
paris/i-093333d0150041494 03:18
by SadServersPassing on a "Transfer-Encoding: chunked" header when doing a HT quest body, will make curl send the data using chunked encoding. Example: curl -H "X-First-Name: Joe" http://example.com/ WARNING: headers set with this option will be set in all requests rects are followed, like when told with -L, --location. This can l ing sent to other hosts than the original host, so sensitive head with caution combined with following redirects. This option can be used multiple times to add/replace/remove multi Manual page curl(1) line 1104 (press h for help or q to quit)
paris/i-039b0cfc4259bd692 01:09
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;
ivujivik/i-072d9ea3aa14603ae 03:23
by SadServersadmin@i-01938499a23dd6d8b:~$ curl http://localhost:5000 Unauthorizedadmin@i-01938499a23dd6d8b:~$ curl https://localhost:5000 curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number admin@i-01938499a23dd6d8b:~$ strace -p 573 strace: attach: ptrace(PTRACE_SEIZE, 573): Operation not permitted admin@i-01938499a23dd6d8b:~$ sudo strace -p 573 We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: