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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
DHEater — D(HE)ater is a proof of concept implementation of the D(HE)at attack (CVE-2002-20001) through which denial-of-service can be performed by enforcing the Diffie-Hellman key exchange. For more information visit https://dheatattack.com | Kitploit
도구/GitLabGitLab/dheatattack/dheater
Vulnerability AnalysisExploitationNetwork SecurityCryptographyPenetration TestingRed Teaming
GitLabdheatattack/dheater

DHEater

D(HE)ater is a proof of concept implementation of the D(HE)at attack (CVE-2002-20001) through which denial-of-service can be performed by enforcing the Diffie-Hellman key exchange. For more information visit https://dheatattack.com

저장소 보기
15일 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

D(HE)ater

PyPI version Python versions License DOI

D(HE)ater is the proof-of-concept implementation of the D(HE)at attack (CVE-2002-20001). It saturates a server's CPU by enforcing Diffie-Hellman ephemeral (DHE) or elliptic-curve Diffie-Hellman ephemeral (ECDHE) key exchange over both TLS and SSH. For further information about the attack visit the project page or read the full technical paper on IEEE Access.

Disclaimer

D(HE)ater is a proof-of-concept denial-of-service tool intended for defensive security testing, mitigation verification, and research. Run it exclusively against systems you own or for which you have explicit, written authorization. Using it against systems without permission may be illegal and is likely to disrupt the targeted service. The authors provide the code as-is, without warranty, and accept no liability for any misuse or damage.

only

Usage

D(HE)ater is a command-line tool. The --protocol option and the target uri are mandatory:

root@kitploit:~
# enforce DHE key exchange against a TLS service
dheat --protocol tls example.com:443

# enforce DHE key exchange against an SSH service
dheat --protocol ssh example.com:22

Optional arguments:

OptionDefaultDescription
--key-exchangeDHEkey exchange to enforce: DHE or ECDHE
--timeout5socket timeout in seconds
--thread-num1number of threads to run
--key-sizenonekey size to enforce
root@kitploit:~
# enforce elliptic-curve (ECDHE) key exchange instead of finite-field (DHE)
dheat --protocol tls --key-exchange ECDHE example.com:443

# 16 threads, 10 second timeout
dheat --protocol tls --thread-num 16 --timeout 10 example.com:443

Mitigation

Guidance on detecting and mitigating the D(HE)at attack is maintained on the official project site: dheatattack.com.

Requirements

D(HE)ater requires Python 3.9 or newer and depends on CryptoLyzer to check DHE/ECDHE support and generate the necessary traffic. The dependency is installed automatically with the methods described below.

Installation

Install the latest release from PyPI:

root@kitploit:~
pip install dheater

To install the current development version directly from the source repository:

root@kitploit:~
pip install git+https://gitlab.com/dheatattack/dheater.git

License

The code is available under the terms of Apache License Version 2.0. A non-comprehensive, but straightforward description and also the full license text can be found at Choose an open source license website.

Credits

D(HE)ater uses CryptoLyzer to check DHE/ECDHE support of TLS/SSH services and also to generate the traffic necessary to perform D(HE)at attack.

도구 다운로드