diff options
Diffstat (limited to 'local/listaccounts.sh')
-rwxr-xr-x | local/listaccounts.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |