From 6c9dee3cad56aacd587d8a5630f415b40e68f103 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Sun, 21 Jul 2024 00:06:55 +0200 Subject: [PATCH] Create check_user_net_connections.sh --- check_user_net_connections.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 check_user_net_connections.sh diff --git a/check_user_net_connections.sh b/check_user_net_connections.sh new file mode 100644 index 0000000..21694a6 --- /dev/null +++ b/check_user_net_connections.sh @@ -0,0 +1 @@ +netstat -tunp | grep "134.102.23.210:443" | awk -c {'print $5'} | sed 's/:.*//' | uniq