Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
zeek-plugin-roca — 인증서가 CVE-2017-15361에 영향을 받는지 확인하는 Bro 플러그인 | Kitploit
도구/GitHubGitHub/0xxon/zeek-plugin-roca
Vulnerability AnalysisNetwork SecurityCryptographyThreat IntelligenceIntrusion Detection
GitHub0xxon/zeek-plugin-roca

zeek-plugin-roca

인증서가 CVE-2017-15361에 영향을 받는지 확인하는 Bro 플러그인

저장소 보기
3237년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Johanna::ROCA

이 플러그인은 CVE-2017-15361 키 탐지를 구현합니다. https://github.com/crocs-muni/roca 에서 제공되는 소스의 재구현입니다.

이 플러그인은 공개 키를 확인할 수 있는 두 가지 새로운 BIF를 제공합니다:

  • roca_vulnerable_cert - 인증서가 취약한지 확인합니다
  • roca_vulnerable_mod - 모듈러스가 취약한지 확인합니다.

또한 이 플러그인은 자동으로 로드되는 스크립트를 포함하며, 네트워크 트래픽에서 CVE-2017-15361이 발견될 때 알림을 보낼 수 있습니다.

이를 활성화하려면 다음을 설정하세요:

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

그러면 해당 키가 발견될 때 notice.log에 항목이 기록됩니다. 예시:

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

설치

이 플러그인은 시스템에 GMP(GNU MP Bugnum Library)가 설치되어 있어야 합니다. 설치되어 있다면, bro-pkg를 사용하여 다음과 같이 설치할 수 있습니다:

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

gmp의 경로를 지정해야 하는 경우, 저장소를 직접 클론하고 다음과 같이 설치할 수 있습니다:

root@kitploit:~
./configure --with-gmp=[directory]
make install
도구 다운로드