Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
zeek-plugin-roca — Plugin do Bro para verificar se certificados são afetados pelo CVE-2017-15361 | Kitploit
Ferramentas/GitHubGitHub/0xxon/zeek-plugin-roca
Análise de VulnerabilidadesSegurança de RedeCriptografiaInteligência de AmeaçasDetecção de Intrusão
GitHub0xxon/zeek-plugin-roca

zeek-plugin-roca

Plugin do Bro para verificar se certificados são afetados pelo CVE-2017-15361

Ver Repositório
32há 8 anosAinda não revisado

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

Johanna::ROCA

Este plugin implementa a detecção de chaves CVE-2017-15361; é uma reimplementação do código-fonte disponível em https://github.com/crocs-muni/roca.

Este plugin fornece dois novos BIFs que podem verificar chaves públicas:

  • roca_vulnerable_cert verifica se um certificado é vulnerável
  • roca_vulnerable_mod verifica se um módulo é vulnerável.

Este plugin também inclui um script que é carregado automaticamente e pode notificá-lo quando CVE-2017-15361 são encontrados na rede.

Para ativar isso, defina:

root@kitploit:~
redef ROCA::Notify=T;

Depois disso, você deve obter entradas notice.log quando tais chaves forem encontradas. Exemplo:

root@kitploit:~
#separator \x09
#set_separator	,
#empty_field	(empty)
#unset_field	-
#path	notice
#open	2017-10-25-00-59-28
#fields	ts	uid	id.orig_h	id.orig_p	id.resp_h	id.resp_p	fuid	file_mime_type	file_desc	proto	note	msg	sub	src	dst	p	n	peer_descr	actions	suppress_for	dropped	remote_location.country_code	remote_location.region	remote_location.city	remote_location.latitude	remote_location.longitude
#types	time	string	addr	port	addr	port	string	string	string	enum	enum	string	string	addr	addr	port	count	string	set[enum]	interval	bool	string	string	string	double	double
1449265638.475275	CHhAvVGS1DHFjwGM9	192.168.6.74	52122	104.236.167.107	4433	Fvv5qY2DMGQY2MYQ03	application/x-x509-user-cert	104.236.167.107:4433/tcp	tcp	ROCA::CVE_2017_15361_KEY	Certificate uses a key potentially affected by CVE-2017-15361	-	192.168.6.74	104.236.167.107	4433	-	bro	Notice::ACTION_LOG	86400.000000	F	-	-	-	-	-
#close	2017-10-25-00-59-28

Instalação

Este plugin requer que o GMP (The GNU MP Bugnum Library) esteja instalado no sistema. Se for este o caso, você deve ser capaz de instalá-lo usando bro-pkg usando:

root@kitploit:~
bro-pkg install 0xxon/bro-plugin-roca

Se você precisar especificar o caminho para o gmp, pode clonar manualmente o repositório e instalá-lo usando:

root@kitploit:~
./configure --with-gmp=[diretório]
make install
Baixar ferramenta