Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 400 Bytes

heartbleed

A ruby tool for finding heartbleed vulnerability on a server

forthebadge

Installation

git clone https://github.com/krishpranav/heartbleed
  • Testing a remote server
$ ruby heartbleed-test.rb <server> [<port>]
  • Testing client server
$ ruby heartbleed-server.rb [<port>]