Advertisement
swaggboi

Untitled

Dec 19th, 2019
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.83 KB | None | 0 0
  1. [root@swaggserver-01 httpd]# cat access_log-20191* | awk '$7 ~/\.php/ {print $4}' | sort | uniq -c | sort -r | head
  2.      13 [27/Nov/2019:16:18:08
  3.      12 [26/Nov/2019:17:36:17
  4.      12 [24/Nov/2019:05:20:51
  5.      11 [23/Nov/2019:00:48:57
  6.       8 [23/Nov/2019:01:49:10
  7.       7 [23/Nov/2019:01:49:11
  8.       7 [23/Nov/2019:00:48:58
  9.       6 [26/Nov/2019:17:36:18
  10.       6 [24/Nov/2019:19:02:19
  11.       6 [24/Nov/2019:05:20:50
  12. [root@swaggserver-01 httpd]# cat access_log-20191* | awk '$7 ~/\.php/ {print $4}' | sort | uniq -c | sort -r | tail
  13.       1 [01/Dec/2019:00:55:58
  14.       1 [01/Dec/2019:00:55:57
  15.       1 [01/Dec/2019:00:55:03
  16.       1 [01/Dec/2019:00:54:40
  17.       1 [01/Dec/2019:00:54:20
  18.       1 [01/Dec/2019:00:52:48
  19.       1 [01/Dec/2019:00:52:40
  20.       1 [01/Dec/2019:00:52:34
  21.       1 [01/Dec/2019:00:52:16
  22.       1 [01/Dec/2019:00:52:13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement