diff --git a/bots/findBots.sh b/bots/findBots.sh index 81db94a..3e95392 100755 --- a/bots/findBots.sh +++ b/bots/findBots.sh @@ -4,7 +4,7 @@ # Generates a Go map containing all bots that have accessed Write.as # -cat /var/log/$1 | grep -i bot | awk -F\" '{print $4}' | sort | uniq > bots.txt +cat /var/log/$1 | grep -i 'bot\|crawler\|voltron' | awk -F\" '{print $4}' | sort | uniq > bots.txt rm bots.go