From 1878f8dd10bb152e6621d3f28a5664a4661077b5 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 2 May 2018 09:38:53 +0000 Subject: Added local admin scripts --- local/listaccounts.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 local/listaccounts.sh (limited to 'local/listaccounts.sh') diff --git a/local/listaccounts.sh b/local/listaccounts.sh new file mode 100755 index 0000000..4d1a186 --- /dev/null +++ b/local/listaccounts.sh @@ -0,0 +1 @@ +checkauth.sh | grep "Failed password for .* $1" | awk '{print $11}' | sort | uniq -c | sort -n | more -- cgit v1.2.3