diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-06-18 14:54:40 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-06-18 14:54:40 +0000 |
commit | face2041df7c38f61752f74773b9bcd6468aff0e (patch) | |
tree | 9c8b004ecb1e03be4b1affa0dd2abb1eb37f33ca /local/listaccounts.sh | |
parent | 8913593b1eaba7064f8e7254297649eee832dd53 (diff) |
Removed old local scripts.
Diffstat (limited to 'local/listaccounts.sh')
-rwxr-xr-x | local/listaccounts.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/local/listaccounts.sh b/local/listaccounts.sh deleted file mode 100755 index 4d1a186..0000000 --- a/local/listaccounts.sh +++ /dev/null @@ -1 +0,0 @@ -checkauth.sh | grep "Failed password for .* $1" | awk '{print $11}' | sort | uniq -c | sort -n | more |