paris/i-080818b7cdb9f789c
by SadServersMore by SadServers
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: sudo: a password is required admin@i-0e1a08f83bf27aeb8:~$ ss -tuln | grep :5000 tcp LISTEN 0 128 127.0.0.1:5000 0.0.0.0:* admin@i-0e1a08f83bf27aeb8:~$ ^C admin@i-0e1a08f83bf27aeb8:~$ ps -p 128 PID TTY TIME CMD admin@i-0e1a08f83bf27aeb8:~$
paris/i-0e1a08f83bf27aeb8 02:47
by SadServers25 2023-10-11T07:37:24 cd 26 2023-10-11T07:37:27 clear 27 2023-10-11T07:37:28 ls -la 28 2023-10-11T07:37:39 history admin@i-0bb8bee028b81617c:~$ cd .config/ admin@i-0bb8bee028b81617c:~/.config$ ls asciinema admin@i-0bb8bee028b81617c:~/.config$ ls -la total 12 drwxr-xr-x 3 admin admin 4096 Sep 20 15:56 . drwxr-xr-x 7 admin admin 4096 Oct 11 07:35 .. drwxr-xr-x 2 admin admin 4096 Sep 20 15:56 asciinema admin@i-0bb8bee028b81617c:~/.config$ ll bash: ll: command not found admin@i-0bb8bee028b81617c:~/.config$
paris/i-0bb8bee028b81617c 04:45
by SadServerslatest revision: https://github.com/lsof-org/lsof latest FAQ: https://github.com/lsof-org/lsof/blob/master/00FAQ latest (non-formatted) man page: https://github.com/lsof-org/lsof/blob/master/L usage: [-?abhKlnNoOPRtUvVX] [+|-c c] [+|-d s] [+D D] [+|-E] [+|-e s] [+|-f[gG]] [-F [f]] [-g [s]] [-i [i]] [+|-L [l]] [+m [m]] [+|-M] [-o [o]] [-p s] [+|-r [t]] [-s [p:s]] [-S [t]] [-T [t]] [-u s] [+|-w] [-x [fl]] [--] [names] Use the ``-h'' option to get more help information. admin@i-0d46f6faaf9ff441c:~$ lsof -n -i :5000 admin@i-0d46f6faaf9ff441c:~$ netstat -tulpn | grep 5000 (Not all processes could be identified, non-owned process info will 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-0d46f6faaf9ff441c:~$ nc localhost 5000 ^C admin@i-0d46f6faaf9ff441c:~$ tel