Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thomasplevy/1912101f50e8f76789488c7d8826aa75 to your computer and use it in GitHub Desktop.
Save thomasplevy/1912101f50e8f76789488c7d8826aa75 to your computer and use it in GitHub Desktop.
find spamming ips on WordPress websites
grep xmlrpc.php /etc/httpd/logs/access_log | awk '{print $1}' | sort -n | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment