Skip to content

Instantly share code, notes, and snippets.

@joemaller
Created January 16, 2015 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joemaller/c05ca826971f9b563ce8 to your computer and use it in GitHub Desktop.
Save joemaller/c05ca826971f9b563ce8 to your computer and use it in GitHub Desktop.
View a uniq list of connections from /var/log/vsftpd.log
sudo grep CONNECT /var/log/vsftpd.log | cut -d ']' -f2 | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment