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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
patch-openssl-CVE-2014-0160 — ansible로 openssl #heartbleed 패치 | Kitploit
도구/GitHubGitHub/jdauphant/patch-openssl-cve-2014-0160
Cloud Infrastructure SecurityVulnerability AnalysisScripting & AutomationConfiguration AuditingDevSecOps
GitHubjdauphant/patch-openssl-cve-2014-0160

patch-openssl-CVE-2014-0160

ansible로 openssl #heartbleed 패치

저장소 보기

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
19811년 전아직 검토되지 않음

patch-openssl-CVE-2014-0160

#heartbleed openssl을 ansible로 패치

사용법 :

root@kitploit:~
pip install ansible
ansible-playbook -i your_inventory_file patch-openssl-CVE-2014-0160.yml

your_inventory_file에는 서버 목록만 포함하면 됩니다 :

root@kitploit:~
192.168.0.10
webserver1.example.com
webserver2.example.com
db1.example.com

지원

  • Debian 계열 OS에서 openssl 업그레이드
  • 영향을 받은 일부 서비스 재시작

할 일

  • 더 많은 서비스 재시작
  • SSL 인증서 재생성
  • 더 많은 OS 지원

패치가 필요한지 테스트

root@kitploit:~
% openssl version -a
OpenSSL 1.0.1 14 Mar 2012
built on: Tue Aug 21 05:18:48 UTC 2012
-> you need to patch (the date of build is before 7 april 2014)
% openssl version -a
OpenSSL 1.0.1 14 Mar 2012
built on: Mon Apr  7 20:33:29 UTC 2014
-> you system is normaly patched (the date of build is after 7 april 2014)

# openssl s_client -connect twitter.com:443  -tlsextdebug 2>&1| grep 'server extension "heartbeat" (id=15)'
TLS server extension "heartbeat" (id=15), len=1 
-> If you use openssl, you have heartbeat activated, you could need to patch

# openssl s_client -connect cloudflare.com:443  -tlsextdebug 2>&1| grep 'server extension "heartbeat" (id=15)'
-> cloudflare is patched

추가 정보

  • CVE-2014-0160
  • http://heartbleed.com/
  • https://www.openssl.org/news/secadv_20140407.txt

저자

Julien DAUPHANT

도구 다운로드