feat: Expande lista de bad bots e ferramentas de scanner (Inteligência Pathfinder)

This commit is contained in:
João Pedro Toledo Goncalves 2026-02-04 19:54:32 -03:00
parent 07bea3b949
commit da539fa86d
1 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,14 @@
# Bad Bot Detection
map $http_user_agent $is_bad_bot {
default 0;
~*(nikto|sqlmap|wpscan|gobuster|dirbuster|feroxbuster|nessus|nmap|curl) 1;
# Scanners e Ferramentas de Exploração
~*(nikto|sqlmap|wpscan|gobuster|dirbuster|feroxbuster|nessus|nmap|curl|wget|python|php|perl|ruby|java) 1;
# Crawlers Agressivos e Scrapers
~*(HTTrack|ia_archiver|mj12bot|AhrefsBot|DotBot|SemrushBot|MJ12bot|DataForSeoBot|PetalBot|QuerySeekerSpider) 1;
# Bots de IA e Outros (Não desejados por padrão)
~*(GPTBot|ChatGPT-User|CCBot|PerplexityBot|Omgilibot|Bytespider|YisouSpider) 1;
# Ferramentas de Automação e Vulnerabilidade
~*(Acunetix|Netsparker|AppScan|Zgrab|Masscan|OpenVAS|Scanbot|ZmEu|Morfeus|Jorgee) 1;
}
# Suspicious URI Detection