paris/i-09a83dc73ef187df9
by SadServersMore by SadServers
admin@i-0cb5a56888bc1bbbe:~$ ls -lah total 48K drwxr-xr-x 6 admin admin 4.0K Nov 27 20:43 . drwxr-xr-x 3 root root 4.0K Sep 17 16:44 .. drwx------ 3 admin admin 4.0K Sep 20 15:52 .ansible -rw------- 1 admin admin 818 Nov 27 20:44 .bash_history -rw-r--r-- 1 admin admin 220 Aug 4 2021 .bash_logout -rw-r--r-- 1 admin admin 3.5K Aug 4 2021 .bashrc drwxr-xr-x 3 admin admin 4.0K Sep 20 15:56 .config -rw-r--r-- 1 admin admin 807 Aug 4 2021 .profile -rw------- 1 admin admin 78 Nov 27 20:43 .python_history drwx------ 2 admin admin 4.0K Sep 17 16:44 .ssh drwxr-xr-x 2 admin root 4.0K Sep 24 23:20 agent -rwxrwx--- 1 root root 360 Sep 24 23:20 webserver.py admin@i-0cb5a56888bc1bbbe:~$ python3 -m venv
paris/i-0cb5a56888bc1bbbe 06:29
by SadServerswill not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN admin@i-0c165f3a208accd57:~$ sudo netstat -tulnp | grep 5000 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: Sorry, try again. [sudo] password for admin:
paris/i-0c165f3a208accd57 02:26
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)