Tuesday, July 29, 2014

Helpful links when working with apache access logs

http://stackoverflow.com/questions/13326605/finding-blank-user-agents-and-spoofed-ua-in-access-logs

# Detect empty user-agent
$12 == "" {
  report="Empty user agent from " $1 "\n";
}

No comments:

Post a Comment