Script para encontrar vulnerabilidades no BIND
Publicado por Douglas Vigliazzi 13/12/2002
[ Hits: 5.745 ]
Ferramenta que permite identificar versões do BIND vulneráveis. Comprometimento com médio grau de risco.
#!/usr/bin/perl # >=8.2.3-REL -> not vulnerable ###################################### $file_in = @ARGV[0]; $file_out = @ARGV[1]; $display = @ARGV[2]; $not_vuln = "8.2.3-REL"; unless ($file_in) { print "[DgL] traduzido por Douglas [DgL]\n"; print "Usar : ./bind_scan.pl <file in> [file out] [display]\n"; } else { if ($file_out eq "" ) { $file_out = "bs_output.txt"; } if ($display eq "" ) { $display = 1; } open(IP,"<$file_in"); while (!eof(IP)) { $host = <IP>; @bind_ver = `dig @$host version.bind chaos txt | grep \\\"8`; foreach $tmp(@bind_ver) { @bind_tmp =split(" ",$tmp); if ($bind_tmp[4] =~ /$not_vuln/i ) { if ($display == 1) { print "\n:. ".$host." Bind: Versão --> ".$bind_tmp[4]." Não Vulnerável .:\n"; } } else { $vuln = ":. ".$host." Bind: Versão --> ".$bind_tmp[4]." Vulnerável .:"; print $vuln."\n"; open (NEW,">$file_out"); foreach ($vuln) {print NEW} close NEW; } } } print "\n\n EOF! -dGl- Bind Scan -dGl- \n Douglas Vigliazzi \n\n"; }
R4$T4 Scan - Portscan básico comentado
Script de Analise do Syslog SNORT
Nenhum comentário foi encontrado.
Desktop Linux ganha fôlego enquanto distros refinam experiência e segurança
Wayland em alta, IA em debate e novos ventos para distros e devices
Qt 6.10 e Python 3.14 puxam o ritmo do software livre nesta quarta
Atualizações de Apps, Desktop e Kernel agitam o ecossistema Linux nesta terça-feira
Como mudar o nome de dispositivos Bluetooth via linha de comando
Adicionando o repositório backports no Debian 13 Trixie
Meu Amigo não consegue entrar em meu mundo, via tailscale, hamachi e z... (1)
Erro ao fazer remaster usando Penguin eggs (1)
Warcraft II Remastered no Linux? (0)
queria saber como instalar o android power tools igual ao winux no lin... (7)