Promptlara Dön
💻
GPT-4
14 Şubat 2026
Bash Script: Log Analizi
Apache access loglarında şüpheli IP adreslerini tespit eden script.
#Bash
#Linux
#Forensics
PROMPT İÇERİĞİ
Write a Bash script to analyze an Apache access.log file. The script should identify IP addresses that have made more than 100 requests in the last minute. It should output these IPs and the number of requests. Use awk, sort, and uniq commands.
Yorumlar (0)
Henüz yorum yok. İlk yorumu sen yap!