Last active
June 26, 2019 07:03
-
-
Save Unitech/4d0382ea203b10849102b9db724e0efc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unitech@zion:~/Desktop$ netstat -tulpn | grep LISTEN | |
(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:27017 0.0.0.0:* LISTEN - | |
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN - | |
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 8243/node | |
tcp 0 0 127.0.0.1:5556 0.0.0.0:* LISTEN 6786/exe | |
tcp 0 0 192.168.0.101:5556 0.0.0.0:* LISTEN 6786/exe | |
tcp 0 0 172.21.0.1:5556 0.0.0.0:* LISTEN 6786/exe | |
tcp 0 0 172.18.0.1:5556 0.0.0.0:* LISTEN 6786/exe | |
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN - | |
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN - | |
tcp 0 0 127.0.0.1:9050 0.0.0.0:* LISTEN - | |
tcp 0 0 127.0.0.1:4000 0.0.0.0:* LISTEN 32079/ruby2.5 | |
tcp6 0 0 :::6379 :::* LISTEN - | |
tcp6 0 0 :::111 :::* LISTEN - | |
tcp6 0 0 :::80 :::* LISTEN - | |
tcp6 0 0 :::9200 :::* LISTEN - | |
tcp6 0 0 ::1:631 :::* LISTEN - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unitech@zion:~/Desktop$ ps -p 1655 -o pid,vsz=MEMORY -o user,group=GROUP -o comm,args=ARGS | |
PID MEMORY USER GROUP COMMAND ARGS | |
1655 1019248 mongodb mongodb mongod /usr/bin/mongod --unixSocketPrefix=/run/mongodb --config /etc/mongodb.conf | |
unitech@zion:~/Desktop$ ps -p 32079 -o pid,vsz=MEMORY -o user,group=GROUP -o comm,args=ARGS | |
PID MEMORY USER GROUP COMMAND ARGS | |
32079 1245680 unitech unitech ruby2.5 ruby2.5 /usr/local/bin/jekyll serve |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unitech@zion:~/Desktop$ sudo lsof -i -P -n | grep LISTEN | |
rpcbind 1167 root 8u IPv4 26084 0t0 TCP *:111 (LISTEN) | |
rpcbind 1167 root 11u IPv6 26087 0t0 TCP *:111 (LISTEN) | |
systemd-r 1170 systemd-resolve 13u IPv4 26513 0t0 TCP 127.0.0.53:53 (LISTEN) | |
mongod 1655 mongodb 11u IPv4 34986 0t0 TCP 127.0.0.1:27017 (LISTEN) | |
tor 1851 debian-tor 6u IPv4 29114 0t0 TCP 127.0.0.1:9050 (LISTEN) | |
docker-pr 2795 root 4u IPv6 42117 0t0 TCP *:6379 (LISTEN) | |
docker-pr 2820 root 4u IPv6 38155 0t0 TCP *:9200 (LISTEN) | |
docker-pr 4909 root 4u IPv6 61749 0t0 TCP *:80 (LISTEN) | |
chrome 6786 unitech 44u IPv4 2044382 0t0 TCP 172.21.0.1:5556 (LISTEN) | |
chrome 6786 unitech 46u IPv4 2049071 0t0 TCP 172.18.0.1:5556 (LISTEN) | |
chrome 6786 unitech 47u IPv4 2044383 0t0 TCP 192.168.0.101:5556 (LISTEN) | |
chrome 6786 unitech 106u IPv4 2043694 0t0 TCP 127.0.0.1:5556 (LISTEN) | |
node 8243 unitech 21u IPv4 98480 0t0 TCP *:8080 (LISTEN) | |
cupsd 17847 root 6u IPv6 1174867 0t0 TCP [::1]:631 (LISTEN) | |
cupsd 17847 root 7u IPv4 1174868 0t0 TCP 127.0.0.1:631 (LISTEN) | |
ruby2.5 32079 unitech 10u IPv4 319441 0t0 TCP 127.0.0.1:4000 (LISTEN) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 1655/mongod | |
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1167/rpcbind | |
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 8243/node | |
tcp 0 0 127.0.0.1:5556 0.0.0.0:* LISTEN 6786/exe | |
tcp 0 0 192.168.0.101:5556 0.0.0.0:* LISTEN 6786/exe | |
tcp 0 0 172.21.0.1:5556 0.0.0.0:* LISTEN 6786/exe | |
tcp 0 0 172.18.0.1:5556 0.0.0.0:* LISTEN 6786/exe | |
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 1170/systemd-resolv | |
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 17847/cupsd | |
tcp 0 0 127.0.0.1:9050 0.0.0.0:* LISTEN 1851/tor | |
tcp 0 0 127.0.0.1:4000 0.0.0.0:* LISTEN 32079/ruby2.5 | |
tcp6 0 0 :::6379 :::* LISTEN 2795/docker-proxy | |
tcp6 0 0 :::111 :::* LISTEN 1167/rpcbind | |
tcp6 0 0 :::80 :::* LISTEN 4909/docker-proxy | |
tcp6 0 0 :::9200 :::* LISTEN 2820/docker-proxy | |
tcp6 0 0 ::1:631 :::* LISTEN 17847/cupsd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
local_ip: '10.12.34.12', | |
ips: [ | |
'17.249.28.32:5223:ESTABLISHED', | |
'74.125.195.188:5228:ESTABLISHED', | |
'fe80::aede:48ff::61000:ESTABLISHED', | |
'fe80::8f8d:1671::37456:ESTABLISHED', | |
'fe80::8f8d:1671::1024:ESTABLISHED', | |
'fe80::aede:48ff::52032:ESTABLISHED' | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment