https://github.com/krishpranav/heartbleed
A ruby tool for finding heartbleed vulnerability on a server
https://github.com/krishpranav/heartbleed
heartbleed ruby ssl ssl-vulnerability vulnerability
Last synced: 5 months ago
JSON representation
A ruby tool for finding heartbleed vulnerability on a server
- Host: GitHub
- URL: https://github.com/krishpranav/heartbleed
- Owner: krishpranav
- Created: 2021-07-16T04:12:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T05:11:23.000Z (almost 5 years ago)
- Last Synced: 2025-06-26T23:18:07.213Z (about 1 year ago)
- Topics: heartbleed, ruby, ssl, ssl-vulnerability, vulnerability
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heartbleed
A ruby tool for finding heartbleed vulnerability on a server
[](https://forthebadge.com)
# Installation
```
git clone https://github.com/krishpranav/heartbleed
```
- Testing a remote server
```
$ ruby heartbleed-test.rb []
```
- Testing client server
```
$ ruby heartbleed-server.rb []
```