Skip to content

Instantly share code, notes, and snippets.

@Zhwt
Created October 28, 2020 03:51
Show Gist options
  • Save Zhwt/68778baa22976ed812d0af4c71ca4322 to your computer and use it in GitHub Desktop.
Save Zhwt/68778baa22976ed812d0af4c71ca4322 to your computer and use it in GitHub Desktop.
In case you need to find out the IP with most failed login tries...
lastb | tr -s ' ' | cut -d ' ' -f 3 | sort | uniq -c | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment