Create check_user_net_connections.sh

This commit is contained in:
David Rotermund 2024-07-21 00:06:55 +02:00 committed by GitHub
parent 6e1da18c64
commit 6c9dee3cad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
netstat -tunp | grep "134.102.23.210:443" | awk -c {'print $5'} | sed 's/:.*//' | uniq