LoginSignup
0
0

More than 5 years have passed since last update.

xmlrpc.php へのアクセスがどこからどれぐらいきているか httpd のログを確認する

Posted at
sudo grep xmlrpc.php /var/log/httpd/access_log | cut -f 1 -d ' ' | sort | uniq -c |sort -nr|head

<環境>
CentOS
Apache

<参考>
http://blog.nomadscafe.jp/2012/07/sort-uniq.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0