This commit is contained in:
Your Name 2024-09-25 03:37:55 +00:00
parent cff777034e
commit 4cc2fa74b1

View File

@ -117,8 +117,8 @@ attacker-protection() {
}
bot-search() {
echo "Searching for Web Crawalers...."
CRAWLERS=($(grep $DATE $ACCESS | grep -vi $MY_IP | grep -Evi 'Guro|spank|report|rape|block' | grep -Ff <(printf '%s\n' "${CRAWLER_DB[@]}") | grep -Fivf <(printf '%s\n' "${SAFE_TRAFFIC[@]}") | cut -d "-" -f1 | sort -u))
echo
echo "Processing Web Crawler list into NFT....."
echo