heartbleed
Basics
Vulnerability in the popular OpenSSL cryptographic software library.
Allows anyone to read the memory of the systems protected by this vulnerable OpenSSL version.
Grabs a memory dump - Might find all kinds of goodies!!
"How the heartbleed bug works"
Meg: Server are you still there? if so reply 'HAT' with 500 letters
Detection
Exploit
google: python heartbleed github
Example
valentineHTB - had a ssh key password entered on 'decode.php'
hype_key was hidden somewhere else on the site :)
We can grab the memory, decode the key, and ssh to the box
Last updated